Click or drag to resize
ILogger Interface
Interface used to log messages.

Namespace:  Intuit.Ipp.Diagnostics
Assembly:  Intuit.Ipp.Diagnostics (in Intuit.Ipp.Diagnostics.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodLog
Logs messages depending on the ids trace level.
Top
See Also