Click or drag to resize
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
  ClassDescription
Public classTraceLogger
Logs trace messages using System.Diagnostics.
Interfaces
  InterfaceDescription
Public interfaceILogger
Interface used to log messages.
Enumerations
  EnumerationDescription
Public enumerationTraceLevel
Specifies what level of messages to output.