共用方式為


ConfigurationConsoleLoggerSettings 類別

定義

警告

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

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

建構函式

ConfigurationConsoleLoggerSettings(IConfiguration)
已淘汰.

建立 ConfigurationConsoleLoggerSettings的新實例。

屬性

ChangeToken
已淘汰.

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

IncludeScopes
已淘汰.

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

方法

Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

從組態重載設定。

ToString()
已淘汰.

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

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

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

適用於