mxd-logging

1.1.0 • Public • Published

Example

const logging = require('mxd-logging')(config);
const appLogger = logging('app');

Config

Environment Variables

If environment variables are set, the config object will be ignored!

  • MXD_LOGGING_FILENAME: The path for the logfile
  • MXD_LOGGING_LEVEL: The loglevel (optional, default: 'info')

'config' Object

For available types and their options, see: https://github.com/winstonjs/winston/blob/master/docs/transports.md

{
  "logging": {
    "transports": [
      { 
        type: '',
        options: {} 
      }
    ]
  }
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mxd-logging

    Weekly Downloads

    1

    Version

    1.1.0

    License

    none

    Last publish

    Collaborators

    • dragonnodejs
    • sharaal
    • fabsrc
    • markusz
    • mxdbv
    • csaba.lorincz
    • goexrock
    • dimified