Compartilhar via


Método ILogger.LogException (String, Int32, String, Exception)

Registra uma exceção em log.

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

Sintaxe

'Declaração
Sub LogException ( _
    plugin As String, _
    logLevel As Integer, _
    msg As String, _
    e As Exception _
)
void LogException(
    string plugin,
    int logLevel,
    string msg,
    Exception e
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ILogger Interface

Sobrecargas LogException

Namespace Microsoft.TeamFoundation.Client