underwave / com.aallam.underwave.log / Logger
Logger
(android) interface Logger
May be used to create a custom logging solution to override the Default behaviour.
Types
Name | Summary |
---|---|
(android) Default | Default implementation of Logger which uses Log.println to log the messages.object Default : Logger |
Functions
Name | Summary |
---|---|
(android) log | Pass the log details off to the Logger implementation.abstract fun log(priority: Int , tag: String , message: String ): Unit |