Celeral / log4j2-android

Use log4j2 logger with Android projects
Apache License 2.0
6 stars 1 forks source link

log4j2.xml #1

Open wangshiyu111 opened 1 year ago

wangshiyu111 commented 1 year ago

where is log4j2.xml file in android project?

243826 commented 1 year ago

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.