Click or drag to resize

LogPublisherRegisterEvent(MessageLevel, String) Method

Initializes an LogEventPublisher with the provided values.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
Syntax
public LogEventPublisher RegisterEvent(
	MessageLevel level,
	string eventName
)
View Source

Parameters

level  MessageLevel
the level of the message and associated flags if any
eventName  String
the name of the event.

Return Value

LogEventPublisher
See Also