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