Edit

Share via


ConsoleLoggerSettings Class

Definition

Caution

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

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

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

Constructors

ConsoleLoggerSettings()

Properties

ChangeToken

This property is retained only for compatibility.

DisableColors

This property is retained only for compatibility.

IncludeScopes

This property is retained only for compatibility.

Switches

This property is retained only for compatibility.

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()

This method is retained only for compatibility.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryGetSwitch(String, LogLevel)

This method is retained only for compatibility.

Applies to