Class LoggingLevel
-
- All Implemented Interfaces:
public final class LoggingLevelRepresents and wraps the HTTP logging level for our API service.
-
-
Field Summary
Fields Modifier and Type Field Description private final Prioritypriorityprivate final HttpLoggingLevelhttpLoggingLevel
-
Constructor Summary
Constructors Constructor Description LoggingLevel(Priority priority, HttpLoggingLevel httpLoggingLevel)LoggingLevel(Priority priority)LoggingLevel()
-
Method Summary
Modifier and Type Method Description final PrioritygetPriority()The priority level of information logged by the Stream Android logger. final HttpLoggingLevelgetHttpLoggingLevel()The level of information logged by our HTTP interceptor. -
-
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.
-
getHttpLoggingLevel
final HttpLoggingLevel getHttpLoggingLevel()
The level of information logged by our HTTP interceptor.
-
-
-
-