Uses of Class
com.microsoft.rest.LogLevel
-
Packages that use LogLevel Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.interceptors The package contains default interceptors for making HTTP requests. -
-
Uses of LogLevel in com.microsoft.rest
Methods in com.microsoft.rest that return LogLevel Modifier and Type Method Description LogLevelRestClient. logLevel()static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.LogLevelLogLevel. withPrettyJson(boolean prettyJson)Specifies whether to log prettified JSON.Methods in com.microsoft.rest with parameters of type LogLevel Modifier and Type Method Description RestClient.BuilderRestClient.Builder. withLogLevel(LogLevel logLevel)Sets the HTTP log level.RestClientRestClient. withLogLevel(LogLevel logLevel)Set the current HTTP traffic logging level. -
Uses of LogLevel in com.microsoft.rest.interceptors
Methods in com.microsoft.rest.interceptors that return LogLevel Modifier and Type Method Description LogLevelLoggingInterceptor. logLevel()Methods in com.microsoft.rest.interceptors with parameters of type LogLevel Modifier and Type Method Description LoggingInterceptorLoggingInterceptor. withLogLevel(LogLevel logLevel)Sets the current logging level.Constructors in com.microsoft.rest.interceptors with parameters of type LogLevel Constructor Description LoggingInterceptor(LogLevel logLevel)Creates an interceptor with a LogLevel enum.
-