Click or drag to resize
IS101Logger Interface
Represents a logger for S101 activity.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IS101Logger : IDisposable

The IS101Logger type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodLogData
Logs data.
Public methodLogEvent(String)
Logs an event by calling LogEvent(eventName, null).
Public methodLogEvent(String, String)
Logs an event with string data.
Public methodLogException
Logs exception.
Public methodLogMessage
Logs a message.
Top
See Also