Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fouber/tlog

colorful log by using tag
https://github.com/fouber/tlog

Last synced: 5 days ago
JSON representation

colorful log by using tag

Awesome Lists containing this project

README

        

# tlog

colorful log by using tag

```js
var tlog = require('talog');

tlog('[D] this is a "%s" message.', 'debug');
tlog('[E] this is a "%s" message.', 'error');
tlog('[I] this is a "%s" message.', 'info');
tlog('[W] this is a "%s" message.', 'warning');
tlog('[N] this is a "%s" message.', 'notice');
```