1.3.0 • Published 5 months ago

@zthun/lumberjacky-log v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Lumberjacky Log

This is the root log framework that includes the interfaces and cross framework loggers that can be used without the need of any framework.

Usage

npm install @zthun/lumberjacky-log
yarn add @zthun/lumberjacky-log

There are 3 loggers that are added in this package that are given to you by default.

LoggerDescription
ConsoleBasic console logger that uses the lumberjacky interface
CompositeComposite logger that logs to multiple sources
SilentSilent logger used for unit tests
ContextSpecial logger that includes context information for logging. This is framework dependant. Basic console logging doesn't use this.
1.3.0

5 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago