WebManagementEventLog.Write メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント関連情報を Windows イベント ログに書き込みます。
オーバーロード
Write(Int32, String) |
イベント ID とメッセージを Windows イベント ログに書き込みます。 |
Write(String, EventLogEntryType, Int32) |
イベント ログ メッセージ、エントリの種類、およびイベント ID を Windows イベント ログに書き込みます。 |
Write(Int32, String, String, String, Exception) |
イベント ID、エラー メッセージ、接続名、接続ユーザー、例外を Windows イベント ログに書き込みます。 |
Write(Int32, String, String, String, Exception, EventLogEntryType) |
イベント ID、エラー メッセージ、接続名、接続ユーザー、例外、およびイベント ログ エントリの種類を Windows イベント ログに書き込みます。 |
Write(Int32, String)
イベント ID とメッセージを Windows イベント ログに書き込みます。
public:
static void Write(int eventId, System::String ^ message);
public static void Write (int eventId, string message);
static member Write : int * string -> unit
Public Shared Sub Write (eventId As Integer, message As String)
パラメーター
- eventId
- Int32
イベント ID。
- message
- String
イベント ログに書き込むメッセージ。
適用対象
Write(String, EventLogEntryType, Int32)
イベント ログ メッセージ、エントリの種類、およびイベント ID を Windows イベント ログに書き込みます。
public:
static void Write(System::String ^ message, System::Diagnostics::EventLogEntryType entryType, int eventId);
public static void Write (string message, System.Diagnostics.EventLogEntryType entryType, int eventId);
static member Write : string * System.Diagnostics.EventLogEntryType * int -> unit
Public Shared Sub Write (message As String, entryType As EventLogEntryType, eventId As Integer)
パラメーター
- message
- String
イベント ログに書き込むメッセージ。
- entryType
- EventLogEntryType
EventLogEntryType 値のいずれか 1 つ。
- eventId
- Int32
イベント ID。
適用対象
Write(Int32, String, String, String, Exception)
イベント ID、エラー メッセージ、接続名、接続ユーザー、例外を Windows イベント ログに書き込みます。
public:
static void Write(int eventId, System::String ^ message, System::String ^ connectionName, System::String ^ connectionUser, Exception ^ exception);
public static void Write (int eventId, string message, string connectionName, string connectionUser, Exception exception);
static member Write : int * string * string * string * Exception -> unit
パラメーター
- eventId
- Int32
イベント ID。
- message
- String
イベント ログに書き込むメッセージ。
- connectionName
- String
現在の接続の名前。
- connectionUser
- String
接続で資格情報が使用されているユーザーの Windows ドメインまたはローカル アカウント名。
適用対象
Write(Int32, String, String, String, Exception, EventLogEntryType)
イベント ID、エラー メッセージ、接続名、接続ユーザー、例外、およびイベント ログ エントリの種類を Windows イベント ログに書き込みます。
public:
static void Write(int eventId, System::String ^ message, System::String ^ connectionName, System::String ^ connectionUser, Exception ^ exception, System::Diagnostics::EventLogEntryType entryType);
public static void Write (int eventId, string message, string connectionName, string connectionUser, Exception exception, System.Diagnostics.EventLogEntryType entryType);
static member Write : int * string * string * string * Exception * System.Diagnostics.EventLogEntryType -> unit
パラメーター
- eventId
- Int32
イベント ID。
- message
- String
イベント ログに書き込むメッセージ。
- connectionName
- String
現在の接続の名前。
- connectionUser
- String
接続で資格情報が使用されているユーザーの Windows ドメインまたはローカル アカウント名。
- entryType
- EventLogEntryType
EventLogEntryType 値のいずれか 1 つ。