Logger.fatal

Append a message with a severity of Level.Fatal.

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