IS101Logger Interface | ![]() |
Namespace: Lawo.EmberPlusSharp.S101
public interface IS101Logger : IDisposable
The IS101Logger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | LogData | Logs data. |
![]() | LogEvent(String) | Logs an event by calling
LogEvent(eventName, null). |
![]() | LogEvent(String, String) | Logs an event with string data. |
![]() | LogException | Logs exception. |
![]() | LogMessage | Logs a message. |