Click or drag to resize
S101LoggerLogEvent 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#
public EventInfo LogEvent(
	string eventName
)

Parameters

eventName
Type: SystemString

Return Value

Type: EventInfo

Implements

IS101LoggerLogEvent(String)
See Also