EventLogConfiguration.IsClassicLog プロパティ

定義

イベント ログが従来のイベント ログかどうかを示す値を取得します。 従来のイベント ログとは、そのイベントが、イベント プロバイダーで使用されるマニフェスト (.xml ファイル) ではなく、.mc ファイルで定義されているイベント ログです。

public:
 property bool IsClassicLog { bool get(); };
public bool IsClassicLog { get; }
member this.IsClassicLog : bool
Public ReadOnly Property IsClassicLog As Boolean

プロパティ値

true イベント ログがクラシック ログの場合は 。それ以外の場合は false

適用対象

こちらもご覧ください