DefaultLoggerDelegate

Default logger delegate implementation which logs in LogCat with Log.

Author

gotev (Aleksandar Gotev)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun debug(tag: String, message: String)
Link copied to clipboard
open fun error(tag: String, message: String)
open fun error(tag: String, message: String, exception: Throwable)
Link copied to clipboard
open fun info(tag: String, message: String)
Link copied to clipboard
open fun warning(tag: String, message: String)