Skip to content

Commit

Permalink
export resetSinks for default hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Dec 11, 2014
1 parent ce2a71b commit aa72f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,11 @@ module.exports.addDefaultProcessor = function (proc) {
defaultHierarchy.addDefaultProcessor(proc);
}

// Reset the sinks of the default hierarchy
module.exports.resetSinks = function () {
defaultHierarchy.resetSinks();
}

// Check if the environment indicates a log record proxy is available
module.exports.isProxyAvailable = proxy.isAvailable;

Expand Down

0 comments on commit aa72f16

Please sign in to comment.