Click or drag to resize
EventLogServiceExtensions Methods

The EventLogServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLogError
Writes a new error to the event log.
Public methodStatic memberLogEvent
Writes a new record to the event log.
Public methodStatic memberLogException
Writes a new error to the event log.
Public methodStatic memberLogInformation
Writes a new information to the event log.
Public methodStatic memberLogWarning(IEventLogService, String, String, String, Int32, LoggingPolicy)
Writes a new warning to the event log.
Public methodStatic memberLogWarning(IEventLogService, String, String, Exception, Int32, String, LoggingPolicy)
Writes a new warning to the event log.
Top
See Also