mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user