C# Class ArgusTV.Recorders.Common.EventLogger

Show file Open project: ARGUS-TV/ARGUS-TV-Recorders

Public Methods

Method Description
EventLogger ( string eventLogSource ) : System
WriteEntry ( Exception ex ) : void
WriteEntry ( string message, EventLogEntryType entryType ) : void

Method Details

EventLogger() public method

public EventLogger ( string eventLogSource ) : System
eventLogSource string
return System

WriteEntry() public method

public WriteEntry ( Exception ex ) : void
ex System.Exception
return void

WriteEntry() public method

public WriteEntry ( string message, EventLogEntryType entryType ) : void
message string
entryType EventLogEntryType
return void