A namespace per level
- Setting the color on
debuginstance itself to match a given level color; - All levels have their own
debuginstance by default with level name added to the namespace; - Removes INFO, WARN, ERROR, etc prefixes from log message (namespace already includes these);
- Added example on how to configure
debug-loggerthe same way as in v0.3.1; .config()method now supports customizing levels.