Skip to content

A better logger for Node.js that logs timestamp, date and time of logs along with colors to make debugging easier in large scale.

License

Notifications You must be signed in to change notification settings

AwesomeStickz/better-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A better logger for Node.js that logs timestamp, date and time of logs along with colors to make debugging easier in large scale.

Used in many of my projects like Giveaway Boat to help me track down errors and logs easier.

How To Use?

It's very simple to use, simply import the package and that's all!

Example

import 'better-logger';

console.log('This is a log!'); // [14/11/22 11:39:02 PM 1668449342517] This is a log!
console.error('An Error!');    // [14/11/22 11:39:02 PM 1668449342517] An Error!

About

A better logger for Node.js that logs timestamp, date and time of logs along with colors to make debugging easier in large scale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published