3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-17 09:01:07 +08:00

4 lines
104 B
JavaScript
Raw Normal View History

2020-05-16 14:40:49 +02:00
module.exports = function (log) {
2017-03-23 22:07:59 -04:00
log.level = 'error'; //'silly', 'debug', 'info', 'warn', 'error'
};