public class SystemOutLogger extends AbstractHttpPipelineLogger
| Constructor and Description |
|---|
SystemOutLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(HttpPipelineLogLevel logLevel,
String message,
Object... formattedArguments)
Log the provided message.
|
format, minimumLogLevel, withMinimumLogLevelpublic 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.
*/