Logger.dbg

Append a message with a severity of Level.Debug.

Unlike other log level, this has to be abbreviated as debug is a keyword.

class Logger
void
dbg
(
Args...
)

Parameters

Args

Auto-deduced format string arguments

fmt cstring

Format string to use. See ocean.text.convert.Formatter documentation for more informations.

args Args

Arguments to format according to fmt.

Meta