0.0.0-alpha.5 • Published 3 years ago

@ditsmod/logger v0.0.0-alpha.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@ditsmod/logger is a fork of popular library bunyan from this state. @ditsmod/logger is a simple and fast JSON logging library writen on TypeScript for node.js services:

import { Logger } from '@ditsmod/logger';

const log = new Logger({name: 'myapp'});
log.info('hi');

See usage in tests