MessageUtils.WriteLog 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
적용 대상
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)
매개 변수
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
- arg1
- Object
적용 대상
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)
매개 변수
- type
- EventLogEntryType
- eventId
- Int32
- msgId
- String
- arg1
- Object
- arg2
- Object