New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

logger-pro

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logger-pro

Advanced javascript log system

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
4
Created
Source

logger-pro

Build Status Coverage Status npm version Bower version GitHub version

Logger Pro is a JavaScript module that provides you an advanced log system.

Remember that Logger Pro is organized in levels, sorted by relevance:

  • Log;
  • Info;
  • Table;
  • Warning;
  • Error;

Note that is very relevant of how Logger Pro's levels are ordered!

If you want a basic logger system you can use the Logger module. We give you also an advanced logger system, called Rotating Logger. With Rotating Logger you can record and export all the recorded message as a JSON format. Read the full documentation to know more about the two systems provided by Logger Pro.

Installation

You can install Logger Pro using NPM or Bower.

NPM

npm install --save logger-pro

You can found the library ready for production on node_modules/logger-pro/dist/dist.js

BOWER

bower install --save logger-pro

Documentation

https://d-mobilelab.github.io/logger-pro/1.0.0/#/version/logger-pro

Keywords

logger

FAQs

Package last updated on 13 Jul 2016

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