Adding a way to set the log level from the UI

This commit is contained in:
Matias Pando 2014-10-30 16:53:30 -03:00
commit 7cc6e335a7
4 changed files with 34 additions and 22 deletions

View file

@ -6,6 +6,7 @@ module.exports.PrivateKey = require('./js/models/PrivateKey');
module.exports.HDPath = require('./js/models/HDPath');
module.exports.HDParams = require('./js/models/HDParams');
module.exports.crypto = require('./js/util/crypto');
module.exports.logger = require('./js/log');
// components