- Add keywords.
- Improve documentation.
- Fix access modifiers.
- Remove unnecessary nullish check.
- Improve documentation.
- Improve how the RotatingFileHandler handles error conditions.
- Fix bug in instantiation of Metadata.
- CHANGELOG.md
- This project adheres to Semantic Versioning.
- Abstract base classes have been renamed; the word "Base" was removed from the class name.
LevelLogger
methods are called using JavaScript's optional chaining operator. Please see the README.md for an explanation.LevelLogger
now takes an optionalLevel
argument that effects how theLogger
's interface is configured.- The
Meta
object has been renamed toMetadata
. Loggers
,Handlers
, andFormatters
that depend on theMetadata
type have been refactored into separate modules.