Click or drag to resize
S101LoggerLogEvent Method (String, String)
Logs an event with string data.

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

Parameters

eventName
Type: SystemString
The name of the event to log.
data
Type: SystemString
The data to log.

Return Value

Type: EventInfo

Implements

IS101LoggerLogEvent(String, String)
Exceptions
Remarks
An event can be anything except a message or an exception.
See Also