Share via


ILogHandler.Logger Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property Logger As ILogger
'Usage
Dim instance As ILogHandler 
Dim value As ILogger 

value = instance.Logger
ILogger Logger { get; }
property ILogger^ Logger {
    ILogger^ get ();
}
function get Logger () : ILogger

Property Value

Type: Microsoft.TeamFoundation.Client.ILogger

.NET Framework Security

See Also

Reference

ILogHandler Interface

ILogHandler Members

Microsoft.TeamFoundation.Client Namespace