This package has been deprecated

Author message:

no longer utilizing this module

properjs-lager

0.1.2 • Public • Published

lager

A sessionable node.js console logger.

Installation

npm install properjs-lager --save-dev

Usage

const lager = require( "properjs-lager" );



lager.info( "This is some info.", "This is more info...", "This is the last of it!" );
lager.template( "This is some template junk." );
lager.server( "This is some server nonsense." );
lager.cache( "This is some mad cache BS." );
lager.error( "This is some bogus error." );
lager.warn( "This is just a warning so ignore it." );
lager.comment( "This is just a dumb thought I had..." );
lager.data({
    Name: "BK",
    Role: "Developer",
    Status: "Vibing"
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i properjs-lager

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • kitajchuk