Uses of Enum
com.azure.core.util.logging.LogLevel
Packages that use LogLevel
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
Package containing logging APIs.
-
Uses of LogLevel in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return LogLevelModifier and TypeMethodDescriptiondefault LogLevelHttpRequestLogger.getLogLevel(HttpRequestLoggingContext loggingOptions) Gets theLogLevelused to log the HTTP request.default LogLevelHttpResponseLogger.getLogLevel(HttpResponseLoggingContext loggingOptions) Gets theLogLevelused to log the HTTP response. -
Uses of LogLevel in com.azure.core.util.logging
Methods in com.azure.core.util.logging that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.fromString(String logLevelVal) Converts the passed log level string to the correspondingLogLevel.static LogLevelReturns 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.Methods in com.azure.core.util.logging with parameters of type LogLevelModifier and TypeMethodDescriptionCreatesLoggingEventBuilderfor log level that can be used to enrich log with additional context.booleanClientLogger.canLogAtLevel(LogLevel logLevel) Determines if the app or environment logger support logging at the given log level.voidLogs a format-able message that uses{}as the placeholder at the givenlogLevel.voidLogs a format-able message that uses{}as the placeholder atverboselog level.