Skip to content

Commit

Permalink
Expose logger. See #67.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Mar 3, 2012
1 parent c0d6f2e commit 003d667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bitcoin.js
Expand Up @@ -3,6 +3,8 @@ require('buffertools');
// Load version from package.json
require('pkginfo')(module, 'version');

exports.logger = require('./logger');

exports.Settings = require('./settings').Settings;
exports.Connection = require('./connection').Connection;
exports.Node = require('./node').Node;
Expand Down

0 comments on commit 003d667

Please sign in to comment.