C# 클래스 ArgusTV.Recorders.Common.EventLogger

파일 보기 프로젝트 열기: ARGUS-TV/ARGUS-TV-Recorders

공개 메소드들

메소드 설명
EventLogger ( string eventLogSource ) : System
WriteEntry ( Exception ex ) : void
WriteEntry ( string message, EventLogEntryType entryType ) : void

메소드 상세

EventLogger() 공개 메소드

public EventLogger ( string eventLogSource ) : System
eventLogSource string
리턴 System

WriteEntry() 공개 메소드

public WriteEntry ( Exception ex ) : void
ex System.Exception
리턴 void

WriteEntry() 공개 메소드

public WriteEntry ( string message, EventLogEntryType entryType ) : void
message string
entryType EventLogEntryType
리턴 void