共用方式為


ConsoleFormatterOptions 類別

定義

內建控制台記錄格式器的選項。

public ref class ConsoleFormatterOptions
public class ConsoleFormatterOptions
type ConsoleFormatterOptions = class
Public Class ConsoleFormatterOptions
繼承
ConsoleFormatterOptions
衍生

建構函式

ConsoleFormatterOptions()

初始化 ConsoleFormatterOptions 類別的新實例。

屬性

IncludeScopes

true時包含範圍。

TimestampFormat

取得或設定用來格式化記錄訊息中時間戳的格式字串。 預設為 null

UseUtcTimestamp

取得或設定是否應該使用UTC時區來格式化記錄訊息中的時間戳。 預設為 false

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於