LoggingBehavior
A more recent version of this class is available. Check out the latest version.

Specifies different categories of logging messages that can be generated.

Extends:Enum
Package:facebook
Class Methods
values()
public static LoggingBehavior values()
valueOf(String)
public static LoggingBehavior valueOf(String name)
ParameterDescription
name
Constants
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
CACHE
Indicates that cache operations should be logged.
public static final LoggingBehavior CACHE
APP_EVENTS
Indicates the App Events-related operations should be logged.
public static final LoggingBehavior APP_EVENTS
DEVELOPER_ERRORS
Indicates that likely developer errors should be logged. (This is set by default in LoggingBehavior.)
public static final LoggingBehavior DEVELOPER_ERRORS
GRAPH_API_DEBUG_WARNING
Log debug warnings from API response, e.g. when friends fields requested, but user_friends permission isn't granted.
public static final LoggingBehavior GRAPH_API_DEBUG_WARNING
GRAPH_API_DEBUG_INFO
Log warnings from API response, e.g. when requested feature will be deprecated in next version of API. Info is the lowest level of severity, using it will result in logging all GRAPH_API_DEBUG levels.
public static final LoggingBehavior GRAPH_API_DEBUG_INFO