IS101LoggerLogEvent Method (String, String) |  |
Logs an event with string data.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
SyntaxEventInfo 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
Exceptions
RemarksAn event can be anything except a message or an exception.
See Also