@bristom/logger

Package to log pretty and comprehensive debug messages, warnings and errors of your app

Usage no npm install needed!

<script type="module">
  import bristomLogger from 'https://cdn.skypack.dev/@bristom/logger';
</script>

README

Bristom Logger

This is the project created for the library responsible for the logs in all the Bristom projects. It is built on top of Winston and it's custom formats, together with a splat formatter to support multiple arguments into a single logger call.

It has only one configuration for the log level, controlled by the WINSTON_LEVEL environment variable, if the variable isn't present, the default level is "debug".

Written and maintened by luk3skyw4lker.