Skip to content

Almaren/Android_Kotlin_Simple_Console_Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages