LogConfig class
Log file configurations.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Properties
- filePath ↔ String?
-
The absolute path of log files. The default file path is
/storage/emulated/0/Android/data/<package name>/files/agorasdk.log
for Android orApp Sandbox/Library/caches/agorasdk.log
for iOS.getter/setter pair - fileSize ↔ int?
-
The size (KB) of a log file. The default value is 1024 KB.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ LogLevel?
-
The output log level of the SDK. See details in LogLevel.
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