wrapLog => run is a better name
This commit is contained in:
parent
42780df94f
commit
1183305d71
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class BaseLogger {
|
|||
this._baseLogLevel = baseLogLevel;
|
||||
}
|
||||
|
||||
wrapLog(labelOrValues, callback, logLevel = this._baseLogLevel) {
|
||||
run(labelOrValues, callback, logLevel = this._baseLogLevel) {
|
||||
const item = new LogItem(labelOrValues, logLevel, this._platform, this._anonymize);
|
||||
this._openItems.add(item);
|
||||
|
||||
|
|
Reference in a new issue