fix(Logger) mapped methods
This commit is contained in:
@@ -7,7 +7,7 @@ function Logger (data, type = 'debug') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for(const k of LOGGING_TYPES) {
|
for(const k of LOGGING_TYPES) {
|
||||||
Logger.prototype[k] = function() {
|
Logger[k] = function() {
|
||||||
Logger(arguments, k);
|
Logger(arguments, k);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user