Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class LogcatHandler(fallbackTag: String) : Handler

Logging handler that logs to Android logcat.

Link copied to clipboard
class PlainTextFormatter(withTime: Boolean, withSource: Boolean, padSource: Int = 0, withException: Boolean, lineSeparator: String?) : Formatter

Logging formatter for logging as formatted plain text.