log4js-api icon indicating copy to clipboard operation
log4js-api copied to clipboard

An API compatibility layer for log4js - library makers should use this to avoid version conflicts

Results 2 log4js-api issues
Sort by recently updated
recently updated
newest added

It would be nice to define custom log levels in a similar way to the full log4js to avoid TypeScript compile errors. Using a custom log level (e.g.: `this.log.verbose('some msg')`...

As a user may use async logging function, the `shutdown()` may be required: this PR add that to the module exports.