Document Services provides an interface to capture events
into an external logging system. The external system could be a
simple file, a log file dedicated to logging events, a database,
or complex application meant to consume log events. The custom auditing
Service Provider can capture both server as well as client events.
To set up auditing of events:
Implement the AuditProvider Interface
Package the class as a DSC
Enable external auditing
If you have any third-party
dependency, you will have to package that as well in the DSC itself.
If the name of the DSC is changed or removed, you will need
to restart the server.
Once the properties are set, you can redeploy your DSC for
your changes to take effect (without having to restart the server)
|
|
|