ILogger Interface

The interface for logging implementations. Logs events into a log file.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface ILogger
public interface ILogger
public interface class ILogger
type ILogger =  interface end
public interface ILogger

Methods

  Name Description
Public method LogEvent(String, Int32, String) Logs an event.
Public method LogEvent(String, Int32, XmlNode) Logs an event.
Public method LogException(String, Int32, Exception) Logs an exception.
Public method LogException(String, Int32, String, Exception) Logs an exception.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace