All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed output to colorize the loglevel and use simple non-json output for string messages.
- Added a
colorize
boolean option to logger constructor to enable turning colors off (on by default).
- Updated dependencies, including winston to ^3.0.0
- Add the ability to provide a new default transport.
- [Breaking] Log level is now a property on
defaultConfig
, not on the module export directly.
- [Breaking] log level is no longer a property on config, but on the module export directly. https://github.com/Polymer/plylog/commit/434718a80bc325ed0c8ef4959f8c6c8bee9cfff1
- [Breaking] Move log level methods into a getter and setter.
- Pretty print logged objects.
- Initial release!