1.0.0 • Published 8 years ago

@hiworkers/logger v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 years ago

Hiworkers Logger

A small library to import in Hiworkers projects to have a common logger

Publish

To publish to npm, you need to login with hiworkers account `sh $ npm login

hiworkers

$ npm publish `

Installation

npm install @hiworkers/logger

Usage

var logger = require('@hiworkers/logger');

logger.info();
logger.error();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

1.0.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago