Logger

interface Logger

Provides logging capabilities for state machines.

Inheritors

AndroidLogger

Types

Link copied to clipboard

The priority level for a message.

Properties

Link copied to clipboard
abstract var minLevel: Logger.Level

The minimum log level that this logger logs.

Functions

Link copied to clipboard
abstract fun log(tag: String, level: Logger.Level, message: String?, throwable: Throwable?)

Log the given message and or throwable to this logger's destination.