public abstract class AbstractHttpPipelineLogger extends Object implements HttpPipelineLogger
| Constructor and Description |
|---|
AbstractHttpPipelineLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
format(String message,
Object... formattedMessageArguments) |
HttpPipelineLogLevel |
minimumLogLevel()
The log level threshold for what logs will be logged.
|
AbstractHttpPipelineLogger |
withMinimumLogLevel(HttpPipelineLogLevel minimumLogLevel)
Set the minimum log level that this logger should log.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogpublic AbstractHttpPipelineLogger withMinimumLogLevel(HttpPipelineLogLevel minimumLogLevel)
minimumLogLevel - The minimum log level to set.public HttpPipelineLogLevel minimumLogLevel()
HttpPipelineLoggerminimumLogLevel in interface HttpPipelineLogger/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/