Click or drag to resize
IS101Logger Methods

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