underwave / com.aallam.underwave.log / Logger / Default

Default

(android) object Default : Logger

Default implementation of Logger which uses Log.println to log the messages.

Functions

Name Summary
(android) log Pass the log details off to the Logger implementation.fun log(priority: Int, tag: String, message: String): Unit