S101Logger Class | ![]() |
Namespace: Lawo.EmberPlusSharp.S101
public sealed class S101Logger : IS101Logger, IDisposable
The S101Logger type exposes the following members.
Name | Description | |
---|---|---|
![]() | S101Logger(EmberTypeBag, TextWriter) | Initializes a new instance of the S101Logger class by calling
S101Logger(
types, logWriter, new XmlWriterSettings { Indent = true }).
|
![]() | S101Logger(EmberTypeBag, XmlWriter) | Initializes a new instance of the S101Logger class. |
![]() | S101Logger(IEmberConverter, XmlWriter) | Initializes a new instance of the S101Logger class. |
![]() | S101Logger(EmberTypeBag, TextWriter, XmlWriterSettings) | Initializes a new instance of the S101Logger class. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the current instance of the S101Logger class.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |