0.1.1 • Published 8 years ago

express-winston-log-util v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Express Winston Log Util

This is a simple utility for logging the output into an trace.log and error.log.

Simply import the library and call a logEvent method.

Install

npm install express-winston-log-util --save

Usage

let  logUtil  =  require('express-winston-log-util');

logUtil.logEvent("MyClass","MyMethod",JSONObject);
logUtil.logError("Error message goes here");

A trace.log file will be generated into the root directory of the project

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago