Socket
Socket
Sign inDemoInstall

chimee-helper-log

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chimee-helper-log

logger of chimee


Version published
Weekly downloads
29
increased by16%
Maintainers
6
Weekly downloads
 
Created
Source

chimee-helper-log

Build Status Coverage Status npm dependency Status devDependency Status Greenkeeper badge

logger of chimee

get started

npm install chimee-helper-log --save

if you are using flow, you should import our flow defination, by adding this to your .flowconfig.

[ignore]

[include]

[libs]
./node_modules/chimee-helper-log/lib/index.flow.js
[options]

[lints]

doc

Log

src/index.js:14-106

Log Object

GLOBAL_TAG

src/index.js:25-25

Type: string

FORCE_GLOBAL_TAG

src/index.js:29-29

Type: boolean

ENABLE_ERROR

src/index.js:33-33

Type: boolean

ENABLE_INFO

src/index.js:37-37

Type: boolean

ENABLE_WARN

src/index.js:41-41

Type: boolean

ENABLE_DEBUG

src/index.js:45-45

Type: boolean

ENABLE_VERBOSE

src/index.js:49-49

Type: boolean

error

src/index.js:55-61

equal to console.error, output [${tag}] > {$msg}

Parameters

  • tag string optional, the header of log
  • msg string the message
info

src/index.js:67-72

equal to console.info, output [${tag}] > {$msg}

Parameters

  • tag string optional, the header of log
  • msg string the message
warn

src/index.js:78-83

equal to console.warn, output [${tag}] > {$msg}

Parameters

  • tag string optional, the header of log
  • msg string the message
debug

src/index.js:89-94

equal to console.debug, output [${tag}] > {$msg}

Parameters

  • tag string optional, the header of log
  • msg string the message
verbose

src/index.js:100-105

equal to console.verbose, output [${tag}] > {$msg}

Parameters

  • tag string optional, the header of log
  • msg string the message

Keywords

FAQs

Package last updated on 13 Dec 2018

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc