Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 354 Bytes

File metadata and controls

7 lines (5 loc) · 354 Bytes

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.