npm.io
0.1.3 • Published 6 years ago

winston-loggers

Licence
MIT
Version
0.1.3
Deps
4
Size
7 kB
Vulns
0
Weekly
0
Stars
1

winston-loggers

基于winstonwinston-daily-rotate-file 的log包

install

npm i winston-loggers or yarn add winston-loggers
import Logger from 'winston-loggers'

const logger = new Logger.init({
  filename: <file path>
})

logger.info('hello world')

MIT