Class Logger
Quick Usage:
const logger = new Logger({ prefix: 'glacierjs' });logger.info('hello'); // print: glacierjs [info] hellologger.debug('hello'); // print: glacierjs [debug] hellologger.warn('hello'); // print: glacierjs [warn] hellologger.error('hello'); // print: glacierjs [error] hello
Generated using TypeDoc
Class Logger
Quick Usage: