AlDevWizard / Android_Kotlin_Simple_Console_Logger

Provides an effective mechanism for handling logs in Android console. One singleton Log class only!

Repository from Github https://github.comAlDevWizard/Android_Kotlin_Simple_Console_LoggerRepository from Github https://github.comAlDevWizard/Android_Kotlin_Simple_Console_Logger

Android_Kotlin_Simple_Console_Logger

Provides an effective mechanism for handling logs in Android console. One singleton Log class only!

Output: [(targetClassName}.{methodName}.{lineNumber}]: Hello world!

When DEBUG flag = FALSE: due to the use of inline messages will save additional memory allocation for string and strings concatanations.

About

Provides an effective mechanism for handling logs in Android console. One singleton Log class only!

License:Apache License 2.0


Languages

Language:Kotlin 100.0%