Package 

Enum LoggingBehavior

  • 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
      REQUESTS

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

      INCLUDE_ACCESS_TOKENS

      Indicates that access tokens should be logged as part of the request logging; normally they are not.

      INCLUDE_RAW_RESPONSES

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

      CACHE

      Indicates that cache operations should be logged.

      APP_EVENTS

      Indicates the App Events-related operations should be logged.

      DEVELOPER_ERRORS

      Indicates that likely developer errors should be logged. (This is set by default in LoggingBehavior.)

      GRAPH_API_DEBUG_WARNING

      Log debug warnings from API response, e.g. when friends fields requested, but user_friends permission isn't granted.

      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.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait