Class LoggingLevel

  • All Implemented Interfaces:

    
    public final class LoggingLevel
    
                        

    Represents and wraps the HTTP logging level for our API service.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Priority getPriority() The priority level of information logged by the Stream Android logger.
      final HttpLoggingLevel getHttpLoggingLevel() The level of information logged by our HTTP interceptor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingLevel

        LoggingLevel(Priority priority, HttpLoggingLevel httpLoggingLevel)
      • LoggingLevel

        LoggingLevel(Priority priority)
      • LoggingLevel

        LoggingLevel()
    • Method Detail

      • getPriority

         final Priority getPriority()

        The priority level of information logged by the Stream Android logger.