Logger.warn

Append a message with a severity of Level.Warn.

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