次の方法で共有


EventLogSession.ExportLog メソッド

定義

イベントを外部ログ ファイルにエクスポートします。 イベントは、イベント メッセージなしで格納されます。

オーバーロード

ExportLog(String, PathType, String, String)

イベントを外部ログ ファイルにエクスポートします。 イベントは、イベント メッセージなしで格納されます。

ExportLog(String, PathType, String, String, Boolean)

イベントを外部ログ ファイルにエクスポートします。 一部のログに対して指定したクエリが失敗した場合でも、メソッドがイベントのエクスポートを続行することを示すフラグを設定できます。 イベントは、イベント メッセージなしで格納されます。

ExportLog(String, PathType, String, String)

ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs

イベントを外部ログ ファイルにエクスポートします。 イベントは、イベント メッセージなしで格納されます。

public:
 void ExportLog(System::String ^ path, System::Diagnostics::Eventing::Reader::PathType pathType, System::String ^ query, System::String ^ targetFilePath);
public void ExportLog (string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath);
member this.ExportLog : string * System.Diagnostics.Eventing.Reader.PathType * string * string -> unit
Public Sub ExportLog (path As String, pathType As PathType, query As String, targetFilePath As String)

パラメーター

path
String

イベントをエクスポートするイベント ログの名前、またはイベントをエクスポートするイベント ログ ファイルへのパス。

pathType
PathType

path パラメーターで使用される文字列にイベント ログの名前を指定するか、イベント ログ ファイルへのパスを指定するかを指定します。

query
String

エクスポートするイベントの選択に使用するクエリ。 クエリから返されたイベントのみがエクスポートされます。

targetFilePath
String

このメソッドの実行後にエクスポートされたイベントが格納されるログ ファイル (.evtx で終わる) へのパス。

こちらもご覧ください

適用対象

ExportLog(String, PathType, String, String, Boolean)

ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs
ソース:
EventLogSession.cs

イベントを外部ログ ファイルにエクスポートします。 一部のログに対して指定したクエリが失敗した場合でも、メソッドがイベントのエクスポートを続行することを示すフラグを設定できます。 イベントは、イベント メッセージなしで格納されます。

public:
 void ExportLog(System::String ^ path, System::Diagnostics::Eventing::Reader::PathType pathType, System::String ^ query, System::String ^ targetFilePath, bool tolerateQueryErrors);
public void ExportLog (string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors);
member this.ExportLog : string * System.Diagnostics.Eventing.Reader.PathType * string * string * bool -> unit
Public Sub ExportLog (path As String, pathType As PathType, query As String, targetFilePath As String, tolerateQueryErrors As Boolean)

パラメーター

path
String

イベントをエクスポートするイベント ログの名前、またはイベントをエクスポートするイベント ログ ファイルへのパス。

pathType
PathType

path パラメーターで使用される文字列にイベント ログの名前を指定するか、イベント ログ ファイルへのパスを指定するかを指定します。

query
String

エクスポートするイベントの選択に使用するクエリ。 クエリから返されたイベントのみがエクスポートされます。

targetFilePath
String

このメソッドの実行後にエクスポートされたイベントが格納されるログ ファイル (.evtx で終わる) へのパス。

tolerateQueryErrors
Boolean

true は、指定したクエリが一部のログに対して失敗した場合でもメソッドがイベントのエクスポートを続行することを示し、false は、指定したクエリが失敗しても、このメソッドがイベントをエクスポートし続けないことを示します。

こちらもご覧ください

適用対象