0.1.1 • Published 6 years ago

express-winston-log-util v0.1.1

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

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago