VaultEventLogOperations is an interface to access event logs.
AddCustomEventEntry | Adds a custom event entry to the server event log. |
Clear | Clears the event log. |
ClearRange | Clears the specified range of events in the event log. |
ClearRange_32bit | Clears the range of events in log. Compatible with 32-bit environments.Clears the range of events in log. Compatible with 32-bit development environments. |
ExportAll | Exports all events in XML format.Exports all events to XML format. |
ExportRange | Exports the specified range of events to XML format. |
ExportRange_32bit | Exports the specified range of events to XML format. Compatible with 32-bit environments.Exports the specified range of events to XML format. Compatible with 32-bit development environments. |
GetIDRange | Returns the ID range of the events. |
IsLoggingEnabled | Gets the current event logging status. |
SetLoggingEnabled | Enables or disables the logging. |