Package | com.myflashlab.air.extensions.fb |
Class | public class LoggingBehavior |
Inheritance | LoggingBehavior Object |
Constant | Defined By | ||
---|---|---|---|
APP_EVENTS : int = 4 [static]
Indicates the App Events-related operations should be logged. | LoggingBehavior | ||
CACHE : int = 3 [static]
Indicates that cache operations should be logged. | LoggingBehavior | ||
DEVELOPER_ERRORS : int = 5 [static]
Indicates that likely developer errors should be logged. | LoggingBehavior | ||
GRAPH_API_DEBUG_INFO : int = 7 [static]
Log warnings from API response, e.g. | LoggingBehavior | ||
GRAPH_API_DEBUG_WARNING : int = 6 [static]
Log debug warnings from API response, e.g. | LoggingBehavior | ||
INCLUDE_ACCESS_TOKENS : int = 1 [static]
Indicates that access tokens should be logged as part of the request logging; normally they
are not. | LoggingBehavior | ||
INCLUDE_RAW_RESPONSES : int = 2 [static]
Indicates that the entire raw HTTP response for each request should be logged. | LoggingBehavior | ||
REQUESTS : int = 0 [static]
Indicates that HTTP requests and a summary of responses should be logged. | LoggingBehavior |
APP_EVENTS | Constant |
public static const APP_EVENTS:int = 4
Indicates the App Events-related operations should be logged.
CACHE | Constant |
public static const CACHE:int = 3
Indicates that cache operations should be logged.
DEVELOPER_ERRORS | Constant |
public static const DEVELOPER_ERRORS:int = 5
Indicates that likely developer errors should be logged. (This is set by default in LoggingBehavior.)
GRAPH_API_DEBUG_INFO | Constant |
public static const GRAPH_API_DEBUG_INFO:int = 7
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.
GRAPH_API_DEBUG_WARNING | Constant |
public static const GRAPH_API_DEBUG_WARNING:int = 6
Log debug warnings from API response, e.g. when friends fields requested, but user_friends permission isn't granted.
INCLUDE_ACCESS_TOKENS | Constant |
public static const INCLUDE_ACCESS_TOKENS:int = 1
Indicates that access tokens should be logged as part of the request logging; normally they are not.
INCLUDE_RAW_RESPONSES | Constant |
public static const INCLUDE_RAW_RESPONSES:int = 2
Indicates that the entire raw HTTP response for each request should be logged.
REQUESTS | Constant |
public static const REQUESTS:int = 0
Indicates that HTTP requests and a summary of responses should be logged.