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 | |
---|---|---|
Logger | Gets the logger that is used by this handler. |
Top
Methods
Name | Description | |
---|---|---|
BeginLog | Initializes the logger to accept log entries. | |
EndLog | Closes the logger. | |
ViewLog | Views the logger. |
Top