var Log = require('log-json');
var log = new Log('backend-web');
log.debug('removed');
log.info('add something', { id: 'whatever' });
log.warn('something failed');
log.error('remove file', new Error('got 404 response'));-
Notifications
You must be signed in to change notification settings - Fork 1
Automattic/log-json
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|