@alexd1971/logger

1.0.2 • Public • Published

Logger

Description

Simple client for log-server based on winston project

Logger uses HTTP as transport and requires running log-server

Installation

$ npm install @alexd1971/logger --save

Usage

var options = {
    host: 'localhost', // optional (default: localhost)
    port: 4114 //optional (default: 4114)    
};

// Options can be omitted. If so defaults will be used
var logger = require('@alexd1971/logger').create(options);

logger.info("Super important log message");

/@alexd1971/logger/

    Package Sidebar

    Install

    npm i @alexd1971/logger

    Weekly Downloads

    5

    Version

    1.0.2

    License

    UNLICENSED

    Last publish

    Collaborators

    • alexd1971