fpm-plugin-logger

1.0.0 • Public • Published

FPM-PLUGIN-LOGGER

用于输出日志的插件

Install

yarn add fpm-plugin-logger

Useage

config in config.json

{
    //...
    log4js:{
        appenders: {
        app: { type: 'dateFile', filename: 'logs/app.log', pattern: '.yyyy-MM-dd-hh', compress: true }
        },
        categories: {
        default: { appenders: [ 'app' ], level: 'error'}
        }
    }
    //...
}

Readme

Keywords

none

Package Sidebar

Install

npm i fpm-plugin-logger

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

138 kB

Total Files

9

Last publish

Collaborators

  • yfsoftcom