zt

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i zt

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • programmatical