@shepherdorg/logger

Logger with a log context concept, nice rendering of error, warn and info logs, with log context on the left. Designed for outputting logs from multiple child processes in parallel. Comes with a test double for easy unit testing of users.

Usage no npm install needed!

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

README

Shepherd logger

Logger with a log context concept, nice rendering of error, warn and info logs, with log context on the left. Designed for outputting logs from multiple child processes in parallel. Comes with a test double for easy unit testing.