Click or drag to resize
EventLogService Constructor (IEnumerableIEventLogWriter)
Initializes a new instance of the EventLogService class.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public EventLogService(
	IEnumerable<IEventLogWriter> writers
)

Parameters

writers
Type: System.Collections.GenericIEnumerableIEventLogWriter
Collection of writers that will write the event log information into an appropriate output.
See Also