Skip to content

seanc/zt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zt

Minimalistic node.js logging library

Installation

$ npm install zt

Usage

import zt from 'zt';

zt.log('Log normally');
zt.warn('Log warning');
zt.error('Log error'); // or zt.error(new Error('Log Error');

Credits

seanc
Sean Wilson

About

Minimalistic node.js logging library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published