ILogHandler Interface

Handler for logging events.

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

Syntax

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

The ILogHandler type exposes the following members.

Properties

  Name Description
Public property Logger Gets the logger that is used by this handler.

Top

Methods

  Name Description
Public method BeginLog Initializes the logger to accept log entries.
Public method EndLog Closes the logger.
Public method ViewLog Views the logger.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace