ILogger Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a general purpose logging interface.

Namespace:  System.Web.Http.Common
Assembly:  System.Web.Http.Common (in System.Web.Http.Common.dll)

public interface ILogger

The ILogger type exposes the following members.

  NameDescription
Public methodLog
Public methodLogExceptionLogs the given exception at the given level under the given category.
Top

Applications are expected to provide implementations of this interface to adapt to their specific logging mechanisms.

Show: