1.0.3 • Published 2 years ago

logger-ts-node v1.0.3

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

logger-ts-node

This library allows to create very simply the logs in the console.

Documentation

Install

npm install logger-ts-node

Import

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

Screenshot

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago