IFileEngine.SendApplicationAuditEvent(String, String, String) Method
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.
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.