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

log4j2.xml #1

Open
wangshiyu111 opened this issue Feb 7, 2023 · 1 comment
Open

log4j2.xml #1

wangshiyu111 opened this issue Feb 7, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers wontfix This will not be worked on

Comments

@wangshiyu111
Copy link

where is log4j2.xml file in android project?

@243826
Copy link
Contributor

243826 commented Feb 8, 2023

It's not needed to see your logs on the device or emulator. The android studio has a control to filter the logs at different levels.

Typically, the project decides how to bundle the logic.xml and for libraries like this one it's not bundled. If you are looking to ship your application which depends on this library or log4j2, then you would include it in the class path of the application or bundle at the root level in one of the jars.

Let me know if this answers your question so that I can close this issue.

@243826 243826 added documentation Improvements or additions to documentation good first issue Good for newcomers wontfix This will not be worked on labels Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants