Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding log4j-samples-android project #196

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

nick-j-white49
Copy link

Minimally configure project to test integration of:

org.apache.logging.log4j:log4j-api:2.24.1
org.apache.logging.log4j:log4j-core:2.24.1

into an Android application:

minSdk = 26
targetSdk = 34

This is a single screen/single activity application providing a button + dialog to change the logging level for the root logger.
6 additional buttons are provided for each logging level FATAL, ERROR, WARN, INFO, DEBUG, TRACE to log a message containing the logger's current level.

@ppkarwasz
Copy link
Contributor

@nick-j-white49,

Thank you very much. I'll test the project and see what problems occur with Log4j on Android.

@ppkarwasz ppkarwasz merged commit 7928246 into apache:main Oct 8, 2024
2 of 5 checks passed
@ppkarwasz
Copy link
Contributor

@nick-j-white49,

Thanks for your contribution. Your examples seems to reproduce all the problems you have been reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants