Skip to content

rethink-projects/dslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dslog

License: MIT

https://github.com/rethink-projects/dslog

Description

This is a simple logger to help with the logs of your application.

Instalation

npm install dslog

Usage

This logger has 6 types of logger:

'trace', 'debug', 'info', 'warn', 'error', 'fatal'

Example of use:

  const logger = require('dslog');

  logger.info('This is a logger package');

Contributing

We're always looking for people to help out. If you want to submit a pull request, feel free.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published