noveogroup / android-logger

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Home Page:https://noveogroup.github.io/android-logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where to put the file android-logger.properties?

guoxj opened this issue · comments

i put it in (src/main/resources/android-logger.properties):

and it always log out:
Logger configuration file is empty. Default configuration will be used

Does sample work on your side?

it works now :)