Logger.error

Logs an error log (LogLevel.ERROR)

struct Logger
void
error
(
string msg
)

Parameters

msg string

The message of the log

Meta