Logger.info

Append a message with a severity of Level.Info.

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