1.0.3 • Published 3 years ago
logger-ts-node v1.0.3
logger-ts-node
This library allows to create very simply the logs in the console.
Documentation
Install
npm install logger-ts-nodeImport
TS:
import Logger from 'logger-ts-node';JS:
const {Logger} = require('logger-ts-node');Info
Logger.info('This is an info message');Warn
Logger.warn('This is a warning message');Error
Logger.error('This is an error message');debug
Logger.debug('This is a debug message');Trace
Logger.trace('This is a trace message');Result
