ManagedWrapper.Log Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Registra il 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())
Parametri
- logEntryName
- String
Nome della voce di log.
- computerName
- String
Nome del computer.
- operatorName
- String
Nome dell'operatore.
- sourceName
- String
Nome dell'origine.
- sourceID
- String
Identificatore dell'origine.
- executionID
- String
Identificatore dell'esecuzione.
- messageText
- String
Testo del messaggio.
- startTime
- DateTime
Ora di inizio.
- endTime
- DateTime
Ora di fine.
- dataCode
- Int32
Codice dati.
- dataBytes
- Byte[]
Byte di dati.