interface Formatter
abstract fun format(priority: Int, tag: String?, message: String): String |
class DefaultLogFormatter : Formatter |
|
class LogcatFormatter : Formatter |
|
class NoTagFormatter : Formatter |
|
class SimpleFormatter : Formatter |