次の方法で共有


WebManagementEventLog クラス

定義

Windows イベント ログに情報を書き込むことができるようにします。

public ref class WebManagementEventLog abstract sealed
public static class WebManagementEventLog
type WebManagementEventLog = class
Public Class WebManagementEventLog
継承
WebManagementEventLog

メソッド

Write(Int32, String)

イベント ID とメッセージを Windows イベント ログに書き込みます。

Write(Int32, String, String, String, Exception)

イベント ID、エラー メッセージ、接続名、接続ユーザー、および例外を Windows イベント ログに書き込みます。

Write(Int32, String, String, String, Exception, EventLogEntryType)

イベント ID、エラー メッセージ、接続名、接続ユーザー、例外、およびイベント ログ エントリの種類を Windows イベント ログに書き込みます。

Write(String, EventLogEntryType, Int32)

イベント ログ メッセージ、エントリの種類、およびイベント ID を Windows イベント ログに書き込みます。

適用対象