Skip to content

Commit

Permalink
[doc] Victory. All datastores on the roadmap have been implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jun 30, 2015
1 parent d1932b4 commit a19607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ info: transaction ok creditCard=123456****2345
See [log-filter-test.js](./test/log-filter-test.js), where card number masking is implemented as an example along with [log-rewriter-test.js](./test/log-rewriter-test.js)

## Adding Custom Transports
Adding a custom transport (say for one of the datastore on the Roadmap) is actually pretty easy. All you need to do is accept a couple of options, set a name, implement a log() method, and add it to the set of transports exposed by winston.
Adding a custom transport is actually pretty easy. All you need to do is accept a couple of options, set a name, implement a log() method, and add it to the set of transports exposed by winston.

``` js
var util = require('util'),
Expand Down

0 comments on commit a19607e

Please sign in to comment.