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.275-beta+6cd8c2deb04a1aae6d4ac315ff222aabe4b2a6dd
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