Compartir a través de


ManagedWrapper.Log Método

Definición

Registra el contenedor.

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

El nombre de la entrada del registro.

computerName
String

El nombre del equipo.

operatorName
String

Nombre del operador.

sourceName
String

El nombre de origen.

sourceID
String

El identificador del origen.

executionID
String

El identificador de la ejecución.

messageText
String

Texto del mensaje.

startTime
DateTime

Hora de inicio.

endTime
DateTime

Hora de finalización.

dataCode
Int32

El código de datos.

dataBytes
Byte[]

Los bytes de datos.

Implementaciones

Se aplica a