Intuit.Ipp.Diagnostics Namespace |
Intuit.IPP.Diagnostics provides message logging feature. The assembly uses System.Trace as the default
logger to log messages.
It also provides an interface to use a third party logging frameworks such as, Enterprise Library,
Log4Net and so forth. When using a third party logger, you should implement ILogger interface and assign
instance of custom logging class to service context object.
Classes
| Class | Description |
---|
 | TraceLogger |
Logs trace messages using System.Diagnostics.
|
Interfaces
| Interface | Description |
---|
 | ILogger |
Interface used to log messages.
|
Enumerations
| Enumeration | Description |
---|
 | TraceLevel |
Specifies what level of messages to output.
|