Namespace SipLib.Logging
Contains a static class called SipLogger that the classes in this class library can use for logging application messages.
Classes
SipLogger
Class for logging debug, information, warning, error and critical messages. This class is used by the classes in the SipLib class library to log application messages. By default, this class logs all messages to a NullLogger. This means that no messages are logged.
The consumer of the SipLib class libray must configure this class by constructing an Ilogger interface and call the Log set property. It is possible to configure this class to log messages to a separate logging destination. It is also possible to configure this class to log messages to the same logging destination as the consummer (an application or another class library) of this class library. It is also possible for the consumer of this class library to use this class directly to log application messages.