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[]

データ バイトです。

実装

適用対象