Packagecom.myflashlab.air.extensions.fb
Classpublic class LoggingBehavior
InheritanceLoggingBehavior Inheritance Object

Specifies different categories of logging messages that can be generated.



Public Constants
 ConstantDefined 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
Constant Detail
APP_EVENTSConstant
public static const APP_EVENTS:int = 4

Indicates the App Events-related operations should be logged.

CACHEConstant 
public static const CACHE:int = 3

Indicates that cache operations should be logged.

DEVELOPER_ERRORSConstant 
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_INFOConstant 
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_WARNINGConstant 
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_TOKENSConstant 
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_RESPONSESConstant 
public static const INCLUDE_RAW_RESPONSES:int = 2

Indicates that the entire raw HTTP response for each request should be logged.

REQUESTSConstant 
public static const REQUESTS:int = 0

Indicates that HTTP requests and a summary of responses should be logged.