Releases: supermegazinc/Android-Logger-Library
Releases · supermegazinc/Android-Logger-Library
Release list
2.1
2.0
1.7
This new version allows to use a Custom Logger in which you can control what will be shown.
This is useful in a use-case when you want to display certain things during development but hide them during release.
Now, every method that will use the logger should expect a Logger interface.
For most of the cases, the class LoggerImpl should be used.
For a custom case, the class LoggerCustom should be used.