invoke

open operator fun invoke(message: String)(source)

Put a message to the debug output

Return

The child debug context

Since

0.3.0

Parameters

message

The message


open operator fun invoke(path: String, message: String)(source)

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

Return

The child debug context

Since

0.3.0

Parameters

path

The path of the message

message

The message


open operator fun invoke(creator: LogMessageCreator)(source)
open operator fun invoke(creator: LogMessageLambda)(source)

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

Return

The child debug context

Since

0.3.0

Parameters

creator

The message


open operator fun invoke(path: String, creator: LogMessageCreator)(source)
open operator fun invoke(path: String, creator: LogMessageLambda)(source)

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

Return

The child debug context

Since

0.3.0

Parameters

path

The path of the message

creator

The message