log

abstract fun log(level: LogLevel, domain: LogDomain, message: String)(source)

Performs the actual logging logic

Parameters

level

The level of the message to log

domain

The domain of the message to log

message

The content of the message to log