Package-level declarations

Types

Link copied to clipboard
fun interface Logger

A functional interface for logging messages.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun Logger.withDateTime(clock: Clock = Clock.System): Logger
Link copied to clipboard

Creates a new logger that decorates messages with the name of the thread where the log was invoked.

Link copied to clipboard