0.1.1 • Published 7 years ago

express-winston-log-util v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago