C# Class NewTOAPIA.Net.Rtp.RtpEL

Rtp EventLog helper class EL was preferred over EventLog because it is shorter
Inheritance: MSR.LST.LstEventLog
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Install ( ) : void

Installs the EventLog log and all the sources

RtpEL ( Source source ) : System
Uninstall ( ) : void

Uninstalls the EventLog log and all the sources

WriteEntry ( string message, EventLogEntryType type, ID eventID ) : void

Method Details

Install() public static method

Installs the EventLog log and all the sources
public static Install ( ) : void
return void

RtpEL() public method

public RtpEL ( Source source ) : System
source Source
return System

Uninstall() public static method

Uninstalls the EventLog log and all the sources
public static Uninstall ( ) : void
return void

WriteEntry() public method

public WriteEntry ( string message, EventLogEntryType type, ID eventID ) : void
message string
type EventLogEntryType
eventID ID
return void