Protected ReadonlyactiveProtected ReadonlygroupedProtectedrepetitionStatic ReadonlyLEVELSAll available logging levels.
Flush all active log groups.
Log a message that might be repeated, preventing console spam. If the same key is passed multiple times, only the first time the emit callback will be invoked immediately. All subsequent calls will be buffered, until at least Logger#groupedLogLimit other logGrouped calls are made, or Logger#flush is called.
A unique key for this message (e.g. the message template).
A callback to emit the message.
StaticgetConvert a string-based logging level to a numerical logging level.
A string-based logging level
The numerical logging level, or undefined.
A logger that voids everything.