A wrapper around initialising Winston with Application-Log Standard levels, colours, and specific formats.
npm install application-log-winston-interface> A wrapper around initialising Winston with Application-Log Standard levels, colours, and specific formats.
bash
pnpm add --save application-log-winston-interface
`
It can, of course, also be installed by NPM or Yarn using the normal methods.
Usage
API
`js
import * as ApplicationLogWinstonInterface from 'application-log-winston-interface';try{
var Logger = ApplicationLogWinstonInterface.initWinstonLogger( 'base_name.log', './log/directory' );
} catch(error){
//
}
``SEE LICENSE IN LICENSE
This project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.