Logger.trace

Append a message with a severity of Level.Trace.

class Logger
void
trace
(
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