言語

ManagedWrapper.Log メソッド

定義

包装を記録する。

public:
 virtual void Log(System::String ^ logEntryName, System::String ^ computerName, System::String ^ operatorName, System::String ^ sourceName, System::String ^ sourceID, System::String ^ executionID, System::String ^ messageText, DateTime startTime, DateTime endTime, int dataCode, cli::array <System::Byte> ^ % dataBytes);
public void Log(string logEntryName, string computerName, string operatorName, string sourceName, string sourceID, string executionID, string messageText, DateTime startTime, DateTime endTime, int dataCode, ref byte[] dataBytes);
abstract member Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
override this.Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
Public Sub Log (logEntryName As String, computerName As String, operatorName As String, sourceName As String, sourceID As String, executionID As String, messageText As String, startTime As DateTime, endTime As DateTime, dataCode As Integer, ByRef dataBytes As Byte())

パラメーター

logEntryName
String

ログエントリーの名前。

computerName
String

コンピューター名

operatorName
String

演算子の名前。

sourceName
String

ソース名。

sourceID
String

ソース識別子。

executionID
String

実行識別子です。

messageText
String

メッセージ テキスト。

startTime
DateTime

開始時刻。

endTime
DateTime

終了時刻です。

dataCode
Int32

データコードだ。

dataBytes
Byte[]

データバイトです。

実装

適用対象