logger
logger copied to clipboard
- folder name option added for DiskLogAdapter.
- max file size option added for DiskLogAdapter.
- packages updated
also, change buildToolsVersion = '27.0.3'
to buildToolsVersion = '28.0.3'
in logger/build.gradle (in the root folder)
@Guiorgy The buildToolsVersion is already 28.0.3
@Guiorgy The buildToolsVersion is already 28.0.3
You replaced a global variable (rootProject.ext.buildToolsVersion
) with a constant (28.0.3) in multiple files. I am just saying, that you should revert them back and change the variable value instead.
Hello @Guiorgy
Thanks for suggestions and I accepted your suggestions and committed.
can someone please merge this. we need this for a project
I forked and updated the project : Forked Project