Click or drag to resize
IEventLogStrategy Interface
Provides interface for logging strategy

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public interface IEventLogStrategy
Methods
  NameDescription
Public methodLogEvent(EventLogInfo)
Writes a new event to the event log.
Public methodLogEvent(String, String, String, String, Exception)
Writes a new event to the event log.
Top
See Also