-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LoggingBehavior extends Enum<LoggingBehavior>
Specifies different categories of logging messages that can be generated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQUESTSIndicates that HTTP requests and a summary of responses should be logged.
INCLUDE_ACCESS_TOKENSIndicates that access tokens should be logged as part of the request logging; normally they are not.
INCLUDE_RAW_RESPONSESIndicates that the entire raw HTTP response for each request should be logged.
CACHEIndicates that cache operations should be logged.
APP_EVENTSIndicates the App Events-related operations should be logged.
DEVELOPER_ERRORSIndicates that likely developer errors should be logged. (This is set by default in LoggingBehavior.)
GRAPH_API_DEBUG_WARNINGLog debug warnings from API response, e.g. when friends fields requested, but user_friends permission isn't granted.
GRAPH_API_DEBUG_INFOLog 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.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-