Better Logging Versions Save

better-logging is a drop in replacement for the default logging methods of node.js

5.0.0

1 year ago

NPM: https://www.npmjs.com/package/better-logging/v/5.0.0

Change log:

  • [breaking changes] better-logging now adheres to the ISO8601 standard for dates and time stamps. (#72)
  • [new feature] The express middleware now also accepts individual logging functions instead of a decorated instance. (#54)
  • [new feature] The express middleware now respects color configurations made when decorating an instance. (#66)

4.7.0

2 years ago

NPM: https://www.npmjs.com/package/better-logging/v/4.7.0

Change log:

  • [new feature] Color theme Theme.noColor that removes all color (#67)

4.6.0

2 years ago

NPM: https://www.npmjs.com/package/better-logging/v/4.6.0

Change log:

  • [new feature] Stamps can have a custom format through the use of the config option formatStamp , thanks to a PR by @vernak2539 (#63)

4.5.1

2 years ago

NPM: https://www.npmjs.com/package/better-logging/v/4.5.1

Change log:

  • [bug fix] Default value for saveToFile now uses DefaultConfig.saveToFile instead of being hardcoded (#57)
  • [new feature] Engines property in package.json now specifies support from Node version 12.x and forward (#56)

4.5.0

3 years ago

NPM: https://www.npmjs.com/package/better-logging/v/4.5.0

Change log:

  • [new feature] Config options now accept undefined & null as valid aliases for the default value (#51)

4.4.1

3 years ago

NPM: https://www.npmjs.com/package/better-logging/v/4.4.1

Change log:

  • [bug fix] Logging to file with an implicit root folder should now work as expected, thanks to a PR by @dcoffey3296 (#50)