Logger.info

Logs an info log (LogLevel.INFO)

struct Logger
void
info
(
string msg
)

Parameters

msg string

The message of the log

Meta