This commit is contained in:
dgflash
2022-08-13 09:48:29 +08:00
parent 0e23ba67b0
commit 7eaa41f140

View File

@@ -43,7 +43,7 @@ export class Logger {
* @example
* oops.log.setTag(LogType.View|LogType.Business)
*/
static setTag(tag: LogType = 0) {
static setTags(tag: LogType = 0) {
this.tags = tag;
}