Releases: origranot/ts-logger
Releases · origranot/ts-logger
v1.12.0
1.12.0 (2023-05-24)
Features
- logger.ts: add suppress option to LoggerOptions interface and log method to suppress logging if set to true (c352af1)
v1.11.0
1.11.0 (2023-04-27)
Features
- logger: add name option as logger option (9df5243)
v1.10.0
1.10.0 (2023-04-19)
Bug Fixes
- formatter: change LOG_LEVEL_COLORS to DEFAULT_LOG_LEVEL_COLORS (3898ae0)
Features
- color.ts: add GRAY color to the COLOR enum. (0426248)
v1.9.1
1.9.1 (2023-02-15)
Bug Fixes
- threshold: threshold are now configured per transport (385903e)
- transport: default properties (d0cdd8c)
v1.9.0
1.9.0 (2023-02-15)
Features
- formatter: allow different formatter to each transport (139ac2b)
v1.8.0
1.8.0 (2023-02-14)
Features
- error: abillity to transfer error as an arg (e0f5eaf)
v1.7.1
1.7.1 (2023-02-14)
Bug Fixes
v1.7.0
1.7.0 (2023-02-13)
Features
- formatter: add formatter option (e0d2ec7)
v1.6.0
1.6.0 (2023-02-12)
Features
- UDP-transport: added a udp transport out of the box (4e02a57)
v1.5.1
1.5.1 (2023-02-11)
Bug Fixes
- file-handler: add new line after log message to file (5058095)