This version contain the following changes:
- The support for
console
does now use .log()
to output whats sent to .trace()
due to .trace()
normally being used for error object output by console
. Thats a behaviour not common in other loggers - #9
- Updated dependencies and adhering to updated lint rules - #10