0.1.7 • Published 8 years ago

npm-typed-logger-example v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

This package is a part of TypeScript & NPM example.

Install

npm install --save npm-typed-logger-example

Usage

import logger from 'npm-typed-logger-example';

const log = logger('app', process.stdout);
log('Hello, World', {param: 'value'}, 1234);

Play

Clone this repository git clone git@github.com:izatop/npm-typescript.git and go to logger package directory cd npm-typescript/logger. Play and build logger with npm run watch and build.

0.1.7

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago