twee-logging-extension

0.0.4 • Public • Published

twee-logging-extension

Twee.io Logo

Gitter npm npm

Logging Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

Uses winston logger. Logs into json files, can also be enabled to log into console.

To install it use this command:

npm install twee-logging-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-logging-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "Logging": {
            "module": "twee-logging-extension"
        }
    }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i twee-logging-extension

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • mesin