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

https://github.com/isaccanedo/tlog

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

color colorful json log tag terminal

Last synced: 3 months ago
JSON representation

:computer: 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');
```