public class Slf4jLogger extends AbstractHttpPipelineLogger
| Constructor and Description |
|---|
Slf4jLogger(org.slf4j.Logger slf4jLogger)
Create a new Slf4jLogger with the provided slf4jLogger object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(HttpPipelineLogLevel logLevel,
String message,
Object... formattedArguments)
Log the provided message.
|
format, minimumLogLevel, withMinimumLogLevelpublic Slf4jLogger(org.slf4j.Logger slf4jLogger)
slf4jLogger - The org.slf4j.Logger to adapt to the HttpPipeline.Logger interface.public void log(HttpPipelineLogLevel logLevel, String message, Object... formattedArguments)
HttpPipelineLoggerlogLevel - The HttpLogDetailLevel associated with this message.message - The message to log.formattedArguments - A variadic list of arguments that should be formatted into the
provided message./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/