IAuditLogService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |