LogParams class

日志设置

Constructors

LogParams({bool? debugLog = false, bool? saveDataLog = false, String? dataLogPath, int? dataLogSize = 1024, String? rawAudioPath})

Properties

dataLogPath String?
数据日志的保存路径
getter/setter pair
dataLogSize int?
数据日志的大小限制(单位:MB)
getter/setter pair
debugLog bool?
Debug日志开关
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawAudioPath String?
音频保存地址
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveDataLog bool?
是否保存数据日志
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

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