Share via


IAuditLogService Interface

Definition

Interface used for logging audit events from Visual Studio components.

public interface IAuditLogService
type IAuditLogService = interface
Public Interface IAuditLogService

Methods

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

Writes an event entry into IDE managed audit log instance.

Applies to