Edit

Share via


IFileEngine.SendApplicationAuditEvent(String, String, String) Method

Definition

Logs an application specific event to the audit pipeline.

public void SendApplicationAuditEvent (string level, string eventType, string eventData);
abstract member SendApplicationAuditEvent : string * string * string -> unit
Public Sub SendApplicationAuditEvent (level As String, eventType As String, eventData As String)

Parameters

level
String

a string representing the log level : Info/Error/Warning.

eventType
String

a string representing the type of event.

eventData
String

a string representing the data associated with the event.

Applies to