README
log4app
使用
const Log = require('log4app');
const log = new Log({
appName: 'test'
});
log.log('test');
log4app
<script type="module">
import log4app from 'https://cdn.skypack.dev/log4app';
</script>
const Log = require('log4app');
const log = new Log({
appName: 'test'
});
log.log('test');