VeAlog mixin

日志库接口

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

debug({required String tag, required String message}) Future<String>
debug 级日志
disable() Future
关闭 VeAlog 功能
enable() Future
开启 VeAlog 功能
enableConsoleLog() Future
开启 VeAlog 控制台输出功能
error({required String tag, required String message}) Future<String>
error 级日志
info({required String tag, required String message}) Future<String>
info 级日志
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warn({required String tag, required String message}) Future<String>
warn 级日志

Operators

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