Compartilhar via


ConfigurationConsoleLoggerSettings Class

Definition

Caution

This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.

Settings for a Microsoft.Extensions.Logging.Console.ConsoleLogger.

public ref class ConfigurationConsoleLoggerSettings : Microsoft::Extensions::Logging::Console::IConsoleLoggerSettings
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")]
public class ConfigurationConsoleLoggerSettings : Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")>]
type ConfigurationConsoleLoggerSettings = class
    interface IConsoleLoggerSettings
Public Class ConfigurationConsoleLoggerSettings
Implements IConsoleLoggerSettings
Inheritance
ConfigurationConsoleLoggerSettings
Attributes
Implements

Constructors

ConfigurationConsoleLoggerSettings(IConfiguration)

Creates a new instance of ConfigurationConsoleLoggerSettings.

Properties

ChangeToken

Gets the IChangeToken that propagates notifications that a change has occurred.

IncludeScopes

Gets a value indicating whether scopes should be included in the message.

Methods

Reload()

Reload the settings from the configuration.

TryGetSwitch(String, LogLevel)

Gets the log level for the specified switch.

Applies to