stc-log

Logger for stc

Usage no npm install needed!

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

README

stc-log

NPM version Build Status Coverage Status Dependency Status

Logger for stc

Install

npm install stc-log

How to use

import StcLog from 'stc-log'

let instance = new StcLog();
instance.error('error message');