Defines the logging and tracing functionality for the toolkit.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public interface HL7Logger
Visual Basic
Public Interface HL7Logger
Visual C++
public interface class HL7Logger

Remarks

An application can implement custom logging by setting an object implementing this interface using the Logger property. If the application does not set its own logger the toolkit uses the default logger that sends messages to a log file or the console.

None of the methods of the implementation should throw any exception.

See Also