ManagedWrapper.Log Method

Definition

Logs the wrapper.

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())

Parameters

logEntryName
String

The log entry name.

computerName
String

The computer name.

operatorName
String

The name of the operator.

sourceName
String

The source name.

sourceID
String

The source identifier.

executionID
String

The execution identifier.

messageText
String

The message text.

startTime
DateTime

The start time.

endTime
DateTime

The end time.

dataCode
Int32

The data code.

dataBytes
Byte[]

The data bytes.

Implements

Applies to