/Android_Kotlin_Simple_Console_Logger

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

Primary LanguageKotlinApache License 2.0Apache-2.0

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.