WLogDVConfig class

视图配置

Constructors

WLogDVConfig({required bool isEnabled, required bool isWithLevel, required bool isWithFrame, required bool isWithFileName, required bool isWithMethodName, required int debugPrintWrapWidth})
初始化

Properties

debugPrintWrapWidth int
部分平台的超长打印log会丢失数据 默认 1024
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
开关
getter/setter pair
isWithFileName bool
是否打印log的所在文件名
getter/setter pair
isWithFrame bool
是否打印log的所在代码块信息
getter/setter pair
isWithLevel bool
是否打印log等级
getter/setter pair
isWithMethodName bool
是否打印log的所在函数名
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

def WLogDVConfig
默认
final