Package io.agora.rtc2

Class RtcEngineConfig.LogConfig

java.lang.Object
io.agora.rtc2.RtcEngineConfig.LogConfig
Enclosing class:
RtcEngineConfig

public static class RtcEngineConfig.LogConfig extends Object
  • Field Details

    • filePath

      public String filePath
      The log file set by user, null for default log path.
    • fileSizeInKB

      public 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.
    • level

      public int level
      The 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

      public String getFilePath()
    • getFileSize

      public int getFileSize()
    • getLevel

      public int getLevel()