Socket
Book a DemoInstallSign in
Socket

color-journal

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-journal

Colorful journal

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

color-journal

Colorful journal

usage

npm install color-journal
var logger = var logger = require('color-journal')();
logger.log('log');
logger.info('info');
logger.trace('trace');
logger.debug('debug');
logger.warn('warn');
logger.error('error');

Then you will get this:
color-journal

configuration

default:

{
  log_dir: './tmp/',
  record_level: 0, // write into files when method rank greater than record_level
  log_methods: {
    log: { color: 'white', rank: '0'},
    info: { color: 'green', rank: '1'},
    trace: { color: 'cyan', rank: '2'},
    debug: { color: 'blue', rank: '3'},
    warn: { color: 'yellow', rank: '4'},
    error: { color: 'red', rank: '5'},
  }
}

You want more color? See this

Licence

Copyright (c) 2015, Kivi s_f_dragon@163.com

Keywords

simple

FAQs

Package last updated on 09 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.