LoggingBehavior
有此級別的更新版本。前往查看 最新版本。

Specifies different categories of logging messages that can be generated.

伸延:Enum
套件:accountkit
類別方式
values()
public static LoggingBehavior values()
valueOf(String)
public static LoggingBehavior valueOf(String name)
參數說明
name
常數
REQUESTS
Indicates that HTTP requests and a summary of responses should be logged.
public static final LoggingBehavior REQUESTS
INCLUDE_ACCESS_TOKENS
Indicates that access tokens should be logged as part of the request logging; normally they are not.
public static final LoggingBehavior INCLUDE_ACCESS_TOKENS
INCLUDE_RAW_RESPONSES
Indicates that the entire raw HTTP response for each request should be logged.
public static final LoggingBehavior INCLUDE_RAW_RESPONSES
APP_EVENTS
Indicates the App Events-related operations should be logged.
public static final LoggingBehavior APP_EVENTS
CACHE
Indicates that cache operations should be logged.
public static final LoggingBehavior CACHE
DEVELOPER_ERRORS
Indicates that likely developer errors should be logged. (This is set by default in LoggingBehavior.)
public static final LoggingBehavior DEVELOPER_ERRORS