Click or drag to resize
S101Logger Class
Represents a logger that logs message payloads according to the types passed to the constructor.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.S101S101Logger

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class S101Logger : IS101Logger, 
	IDisposable

The S101Logger type exposes the following members.

Constructors
  NameDescription
Public methodS101Logger(EmberTypeBag, TextWriter)
Initializes a new instance of the S101Logger class by calling S101Logger( types, logWriter, new XmlWriterSettings { Indent = true }).
Public methodS101Logger(EmberTypeBag, XmlWriter)
Initializes a new instance of the S101Logger class.
Public methodS101Logger(IEmberConverter, XmlWriter)
Initializes a new instance of the S101Logger class.
Public methodS101Logger(EmberTypeBag, TextWriter, XmlWriterSettings)
Initializes a new instance of the S101Logger class.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the current instance of the S101Logger class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also