Introduction
Out of the box Javascript comes five different standardized logging types. However, as it stands only browsers are taking advantage of these different methods of logging. better-logging
aims to improve the default logging experience of any node application, it is designed to be a drop in replacement for the default logging methods.
Since better-logging
only decorates the default logging methods you won't lose any functionality provided by other tooling. better-logging
is not meant to be the be all and end all of node.js logging. It is just supposed to increase the usefulness of the default logging methods.
Better-logging calls the default implementation in the background.
Last updated