@notross/node-client-logger
v0.0.3
Published
A configurable logging utility for modular clients
Readme
@notross/node-client-logger
A logging utilitiy featuring in-memory history, optional console output, user-supplied callback support, and filtering by level.
LogLevel enum
enum LogLevel {
'debug' = 'debug',
'error' = 'error',
'info' = 'info',
'log' = 'log',
'warn' = 'warn',
}