public static class RtcEngineConfig.LogConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filePath
The log file set by user, null for default log path.
|
int |
fileSizeInKB
The log file size set by user, 1024KB will be set for default log size
if this value is less than or equal to 0.
|
int |
level
The log level set by user, INFO is default level.
|
Constructor and Description |
---|
LogConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePath() |
int |
getFileSize() |
int |
getLevel() |
public java.lang.String filePath
public int fileSizeInKB
public int level
Constants.LogLevel.getValue(Constants.LogLevel)
.