ConfigurationConsoleLoggerSettings 類別

定義

警告

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

警告

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

指定 的 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
繼承
ConfigurationConsoleLoggerSettings
屬性
實作

建構函式

ConfigurationConsoleLoggerSettings(IConfiguration)
已淘汰.
已淘汰.

建立 ConfigurationConsoleLoggerSettings 的新執行個體。

屬性

ChangeToken
已淘汰.
已淘汰.

取得 , IChangeToken 傳播發生變更的通知。

IncludeScopes
已淘汰.
已淘汰.

取得值,指出訊息中是否包含範圍。

方法

Equals(Object)
已淘汰.
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
Reload()
已淘汰.
已淘汰.

從組態重載設定。

ToString()
已淘汰.
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)
TryGetSwitch(String, LogLevel)
已淘汰.
已淘汰.

取得指定之參數的記錄層級。

適用於