AbstractProtected ReadonlyactiveProtected ReadonlygroupedProtectedrepetitionStatic ReadonlyLEVELSAll available logging levels.
AbstractdebugOptionaldata: anyAbstracterrorOptionaldata: anyAbstractfatalOptionaldata: anyFlush all active log groups.
AbstractinfoOptionaldata: anyLog 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.
AbstracttraceOptionaldata: anyAbstractwarnOptionaldata: anyStaticgetConvert a string-based logging level to a numerical logging level.
A string-based logging level
The numerical logging level, or undefined.
A logger accepts messages from different levels and emits them in a certain way.