Click or drag to resize
EventLogServiceExtensions Class
Extension methods for the IEventLogService
Inheritance Hierarchy
SystemObject
  CMS.CoreEventLogServiceExtensions

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public static class EventLogServiceExtensions

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