MessageUtils.WriteLog Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WriteLog(EventLogEntryType, Int32, String) | |
WriteLog(EventLogEntryType, Int32, String, Object) | |
WriteLog(EventLogEntryType, Int32, String, Object, Object) |
WriteLog(EventLogEntryType, Int32, String)
public:
static void WriteLog(System::Diagnostics::EventLogEntryType type, int eventId, System::String ^ msgId);
public static void WriteLog (System.Diagnostics.EventLogEntryType type, int eventId, string msgId);
static member WriteLog : System.Diagnostics.EventLogEntryType * int * string -> unit
Public Shared Sub WriteLog (type As EventLogEntryType, eventId As Integer, msgId As String)
Parámetros
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
Se aplica a
WriteLog(EventLogEntryType, Int32, String, Object)
public:
static void WriteLog(System::Diagnostics::EventLogEntryType type, int eventId, System::String ^ msgId, System::Object ^ arg1);
public static void WriteLog (System.Diagnostics.EventLogEntryType type, int eventId, string msgId, object arg1);
static member WriteLog : System.Diagnostics.EventLogEntryType * int * string * obj -> unit
Public Shared Sub WriteLog (type As EventLogEntryType, eventId As Integer, msgId As String, arg1 As Object)
Parámetros
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
- arg1
- Object
Se aplica a
WriteLog(EventLogEntryType, Int32, String, Object, Object)
public:
static void WriteLog(System::Diagnostics::EventLogEntryType type, int eventId, System::String ^ msgId, System::Object ^ arg1, System::Object ^ arg2);
public static void WriteLog (System.Diagnostics.EventLogEntryType type, int eventId, string msgId, object arg1, object arg2);
static member WriteLog : System.Diagnostics.EventLogEntryType * int * string * obj * obj -> unit
Public Shared Sub WriteLog (type As EventLogEntryType, eventId As Integer, msgId As String, arg1 As Object, arg2 As Object)
Parámetros
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
- arg1
- Object
- arg2
- Object