log

open override fun log(priority: LogPriority, logDomain: String, message: String)

Logs the given message at the specified priority and logDomain.

The output format and styling depend on the time and color configuration, which are set during logger installation.

Parameters

priority

The log priority.

logDomain

The domain of the log message.

message

The message to log.