Click or drag to resize
IS101LoggerLogEvent Method (String)
Logs an event by calling LogEvent(eventName, null).

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
EventInfo LogEvent(
	string eventName
)

Parameters

eventName
Type: SystemString

Return Value

Type: EventInfo
See Also