log-out

Log-out is a simple console.log/warn/error/debug replacement which adds timestamp and color to the output of your application

Usage no npm install needed!

<script type="module">
  import logOut from 'https://cdn.skypack.dev/log-out';
</script>

README

log-out

Log-out is a simple Nodejs logger which adds timestamp and color to the log

var logger = require("log-out");

logger.warn("I'm a warning");

logger.log("I'm a log");

logger.debug("I'm a debugging statement");

logger.error("I'm an error");

Screenshot