README
To use the logger in node.js just require this folder or the logger file in the source directory. To use the logger within a browser, load the file and there will be a logger variable in global namespace.
Simple logger
<script type="module">
import baLogger from 'https://cdn.skypack.dev/ba-logger';
</script>
To use the logger in node.js just require this folder or the logger file in the source directory. To use the logger within a browser, load the file and there will be a logger variable in global namespace.