mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 08:50:30 +02:00
3 lines
292 B
JavaScript
3 lines
292 B
JavaScript
define ("core/log",["core/loglevel"],function(a){var b=a.methodFactory;a.methodFactory=function(a,c){var d=b(a,c);return function(a,b){if(b){d(b+": "+a)}else{d(a)}}};a.setConfig=function(b){if("undefined"!=typeof b.level){a.setLevel(b.level)}};return a});
|
|
//# sourceMappingURL=log.min.js.map
|