IFormatterLogger Interface

Specifies a callback interface that a formatter can use to log errors while reading.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Interface IFormatterLogger
'Usage
Dim instance As IFormatterLogger
public interface IFormatterLogger
public interface class IFormatterLogger
type IFormatterLogger =  interface end
public interface IFormatterLogger

Methods

  Name Description
Public method LogError(String, Exception) Logs an error.
Public method LogError(String, String) Logs an error.

Top

See Also

Reference

System.Net.Http.Formatting Namespace