Package-level declarations

Types

Link copied to clipboard
actual object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

expect object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

actual object Log : Logger

An easy-to-use method of logging.

Link copied to clipboard
interface Logger

A common interface to enable multiplatform logging.

Functions

Link copied to clipboard
external fun debug(message: String)
Link copied to clipboard
external fun error(message: String)
Link copied to clipboard
external fun log(message: String)
Link copied to clipboard
external fun warn(message: String)