mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 09:42:54 +08:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
module.exports = function(log) {
|
||
|
log.level = 'error'; //'silly', 'debug', 'info', 'warn', 'error'
|
||
|
};
|