Skip to content

FokkeZB/winston-acs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winston-acs

A Node.ACS transport for winston.

Usage

  var winston = require('winston');
  var winstonAcs = require('winston-acs').Acs;
  
  winston.add(winstonAcs, options);

The Node.ACS transport accepts the following options:

  • level: Level of messages that this transport should log (defaults to info).

Installation

Installing npm (node package manager)

  $ curl http://npmjs.org/install.sh | sh

Installing winston-acs

  $ npm install winston
  $ npm install winston-acs

Author: Appcelerator

About

An Appcelerator Node.ACS transport for winston

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published