public interface HttpPipelineLogger
| Modifier and Type | Method and Description |
|---|---|
void |
log(HttpPipelineLogLevel logLevel,
String message,
Object... formattedArguments)
Log the provided message.
|
HttpPipelineLogLevel |
minimumLogLevel()
The log level threshold for what logs will be logged.
|
HttpPipelineLogLevel minimumLogLevel()
void log(HttpPipelineLogLevel logLevel, String message, Object... formattedArguments)
logLevel - 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.
*/