4.92.4 • Published 5d ago
@dynamic-labs/logger
Licence
MIT
Version
4.92.4
Deps
0
Vulns
0
Weekly
0
logger
Generic logger that wraps console.log with support of log levels and formatting messages.
Features:
- Create a new named logger
new Logger(name, LogLevel.INFO) - Formats log messages:
[name] [level]: message - Supports additional arguments just like console log
- Change the loglevel with
logger.setLogLevel(LogLevel)
Building
Run nx build logger to build the library.
Running unit tests
Run nx test logger to execute the unit tests via Jest.