log4app

log4app

Usage no npm install needed!

<script type="module">
  import log4app from 'https://cdn.skypack.dev/log4app';
</script>

README

log4app

使用

const Log = require('log4app');
const log = new Log({
    appName: 'test'
});

log.log('test');