ManagedWrapper.Log Método

Definição

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

Parâmetros

logEntryName
String

O nome da entrada do log.

computerName
String

O nome do computador.

operatorName
String

O nome do operador.

sourceName
String

O nome da origem.

sourceID
String

O identificador da origem.

executionID
String

Identificador da execução.

messageText
String

O texto de mensagem.

startTime
DateTime

A hora de início.

endTime
DateTime

A hora de término.

dataCode
Int32

O código de dados.

dataBytes
Byte[]

Os bytes de dados.

Implementações

Aplica-se a