ConfigurationConsoleLoggerSettings Class

Definition

Caution

This type is obsolete and will be removed in a future version. The recommended alternative is ConsoleLoggerOptions.

Caution

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

Specifies settings for a ConsoleLogger.

public ref class ConfigurationConsoleLoggerSettings : Microsoft::Extensions::Logging::Console::IConsoleLoggerSettings
public class ConfigurationConsoleLoggerSettings : Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings
[System.Obsolete("This type is obsolete and will be removed in a future version. 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.")]
public class ConfigurationConsoleLoggerSettings : Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings
type ConfigurationConsoleLoggerSettings = class
    interface IConsoleLoggerSettings
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is ConsoleLoggerOptions.")>]
type ConfigurationConsoleLoggerSettings = class
    interface 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 are included in the message.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Reload()

Reloads the settings from the configuration.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryGetSwitch(String, LogLevel)

Gets the log level for the specified switch.

Applies to