JsLogger class

log_manager @Author ruilin @Date 2023/9/28

@Description 日志管理

Constructors

JsLogger.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLogProxy(OnLogProxy proxy) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isInited bool
getter/setter pair
logger ↔ Logger?
getter/setter pair
TAG String
getter/setter pair

Static Methods

init({dynamic superTag = 'JS-Engine'}) → dynamic