debug

abstract fun debug(message: String)(source)

Put a message to the debug output

Since

0.3.0

Parameters

message

The message


abstract fun debug(path: String, message: String)(source)

Put a message to the debug output (with a sub-path)

Since

0.3.0

Parameters

path

The path of the message

message

The message


abstract fun debug(creator: LogMessageCreator)(source)
open fun debug(creator: LogMessageLambda)(source)

Put a message to the debug output (using lazy-generation of the message)

Since

0.3.0

Parameters

creator

The message


abstract fun debug(path: String, creator: LogMessageCreator)(source)
open fun debug(path: String, creator: LogMessageLambda)(source)

Put a message to the debug output (using lazy-generation of the message) (with a sub-path)

Since

0.3.0

Parameters

path

The path of the message

creator

The message