Package io.agora.rtc2
Class RtcEngineConfig.LogConfig
java.lang.Object
io.agora.rtc2.RtcEngineConfig.LogConfig
- Enclosing class:
- RtcEngineConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe log file set by user, null for default log path.intThe log file size set by user, 1024KB will be set for default log size if this value is less than or equal to 0.intThe log level set by user, INFO is default level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filePath
The log file set by user, null for default log path. -
fileSizeInKB
public int fileSizeInKBThe log file size set by user, 1024KB will be set for default log size if this value is less than or equal to 0. -
level
public int levelThe log level set by user, INFO is default level. You can use one of the level defined in LogLevel.Constants.LogLevel.getValue(Constants.LogLevel).
-
-
Constructor Details
-
LogConfig
public LogConfig()
-
-
Method Details
-
getFilePath
-
getFileSize
public int getFileSize() -
getLevel
public int getLevel()
-