Package io.agora.rtm
Class RtmLogConfig
java.lang.Object
io.agora.rtm.RtmLogConfig
rtm log configuration
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofRtmLogConfigwith default parameters.RtmLogConfig(String filePath, int fileSize, RtmConstants.RtmLogLevel level) Creates a new instance ofRtmLogConfigwith specifies parameters. -
Method Summary
Modifier and TypeMethodDescriptionintintgetLevel()voidsetFilePath(String filePath) voidsetFileSize(int fileSize) voidsetLevel(RtmConstants.RtmLogLevel level) toString()
-
Constructor Details
-
RtmLogConfig
public RtmLogConfig()Creates a new instance ofRtmLogConfigwith default parameters. -
RtmLogConfig
Creates a new instance ofRtmLogConfigwith specifies parameters.- Parameters:
filePath- The log file pathfileSize- The log file size, the default unit for log file size is KBlevel- The log level
-
-
Method Details