Compartir a través de


IAuditLogService Interfaz

Definición

Interfaz usada para registrar eventos de auditoría de componentes de Visual Studio.

public interface IAuditLogService
type IAuditLogService = interface
Public Interface IAuditLogService

Métodos

WriteEventAsync(AuditLogEventType, AuditLogSource, String, IReadOnlyDictionary<String,String>, CancellationToken)

Escribe una entrada de evento en la instancia de registro de auditoría administrada del IDE.

Se aplica a