Acho Versions Save

The Hackable Log

3.0.0

8 years ago

Breaking Changes

  • Simplifiest default logging levels to .fatal(), .error(), .warn(), info(), debug().
  • Mute levels use muted keyword instead of silent.

New Features

  • Add upperCase flag to prints loglevels in uppercase.
  • Add timestamp flag to prints counter associated with each log.
  • Add .skin to make easy load different log levels. Check acho-skin-cli.

Fixes, refactoring and optimizations

  • Use lodash#defaults instead of existential-defaults (more lightweight).
  • Indent log levels from the left instead of from the right (so cute!).
  • Logfmt now works with Error's message.