Uses of Class
com.azure.core.util.logging.LoggingEventBuilder
Packages that use LoggingEventBuilder
Package
Description
Package containing core utility classes.
Package containing logging APIs.
-
Uses of LoggingEventBuilder in com.azure.core.util
Methods in com.azure.core.util with parameters of type LoggingEventBuilderModifier and TypeMethodDescriptionstatic <T> Mono<T> FluxUtil.monoError(LoggingEventBuilder logBuilder, RuntimeException ex) Propagates aRuntimeExceptionthrough the error channel ofMono. -
Uses of LoggingEventBuilder in com.azure.core.util.logging
Methods in com.azure.core.util.logging that return LoggingEventBuilderModifier and TypeMethodDescriptionLoggingEventBuilder.addKeyValue(String key, boolean value) Adds key with boolean value to the context of current log being created.LoggingEventBuilder.addKeyValue(String key, long value) Adds key with long value to the context of current log event being created.LoggingEventBuilder.addKeyValue(String key, Object value) Adds key with Object value to the context of current log being created.LoggingEventBuilder.addKeyValue(String key, String value) Adds key with String value pair to the context of current log being created.LoggingEventBuilder.addKeyValue(String key, Supplier<String> valueSupplier) Adds key with String value supplier to the context of current log event being created.ClientLogger.atError()CreatesLoggingEventBuilderforerrorlog level that can be used to enrich log with additional context.ClientLogger.atInfo()CreatesLoggingEventBuilderforinfolog level that can be used to enrich log with additional context.CreatesLoggingEventBuilderfor log level that can be used to enrich log with additional context.ClientLogger.atVerbose()CreatesLoggingEventBuilderforverboselog level that can be used to enrich log with additional context.ClientLogger.atWarning()CreatesLoggingEventBuilderforwarninglog level that can be used to enrich log with additional context.