IoT SDK for Android v1.8.0
Public Member Functions | Public Attributes | List of all members
io.agora.rtc.AgoraRtcService.LogConfig Class Reference

Public Member Functions

 LogConfig ()
 

Public Attributes

boolean logDisable
 
boolean logDisableDesensitize
 
int logLevel
 
String logPath
 

Detailed Description

SDK log configuration.

Constructor & Destructor Documentation

◆ LogConfig()

io.agora.rtc.AgoraRtcService.LogConfig.LogConfig ( )

Member Data Documentation

◆ logDisable

boolean io.agora.rtc.AgoraRtcService.LogConfig.logDisable

Whether to disable logs.

  • true: Disable logs.
  • false: Enable logs.

◆ logDisableDesensitize

boolean io.agora.rtc.AgoraRtcService.LogConfig.logDisableDesensitize

Whether to disable log desensitization.

  • true: Disable log desensitization.
  • false: Enable log desensitization.

◆ logLevel

int io.agora.rtc.AgoraRtcService.LogConfig.logLevel

The log level.

◆ logPath

String io.agora.rtc.AgoraRtcService.LogConfig.logPath

Path to the location of the SDK logfile. If you set log_path to NULL, the logfile is in the pwd location.


The documentation for this class was generated from the following file: