RTCLogConfig class
Local log parameters.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFilenamePrefix → String
-
(Optional) Local log file name prefix. It should follow the regular expression pattern of
[a-zA-Z0-9_@-.]{1,128}
.final - logFileSize → int
-
The maximum cache space available for logs in MB. the range is 1 to 100 MB, and the default value is 10 MB.
final
- logLevel → LocalLogLevel
-
The logging level. The default is "Warning".
final
- logPath → String
-
Local log directory.
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