RTCLogConfig class
本地日志参数。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFilenamePrefix → String
-
日志文件名前缀,选填。该字符串必须符合正则表达式:
a-zA-Z0-9_@\-\.
{1,128}。 最终的日志文件名为前缀 + "_" + 文件创建时间 + "_rtclog".log
,如logPrefix_2023-05-25_172324_rtclog.log
。final - logFileSize → int
-
日志可使用的最大缓存空间,单位为 MB。取值范围为 1~100 MB,默认值为 10 MB。
final
- logLevel → LocalLogLevel
-
日志等级。默认为警告级别。
final
- logPath → String
-
日志存储路径。
final
- 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