winston-postmark

0.0.1 • Public • Published

winston-postmark

A Postmark transport for winston. Inspired by winston-graylog2 transport and postmark.js.

Installation

Tested on node-0.6.x, requires npm.

  $ npm install winston-postmark

Usage

  var winston = require('winston');
  winston.add(require('winston-postmark').Postmark, options);

Options are the following:

  • level: Level of messages this transport should log. (default: info)

  • silent: Boolean flag indicating whether to suppress output. (default: false)

  • postmarkApiKey: Your Postmark API key.

  • postmarkFrom: From email address.

  • postmarkTo: To email address

  • postmarkSubject: Email subject line

Readme

Keywords

none

Package Sidebar

Install

npm i winston-postmark

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • bchew