See: Description
| Class | Description | 
|---|---|
| ScriptedAccessLogger | 
 This class defines an API that must be implemented by scripted extensions
 which record information about interaction with clients, including
 connections established and received and operations requested and completed. 
 | 
| ScriptedAlertHandler | 
 This class defines an API that must be implemented by scripted extensions
 which will be invoked whenever an administrative alert is generated within
 the server. 
 | 
| ScriptedErrorLogger | 
 This class defines an API that must be implemented by scripted extensions
 which record information about warnings, errors, and events which occur in
 the server. 
 | 
| ScriptedFileBasedAccessLogger | 
 This class defines an API that may be used to create a specific type of
 scripted access logger which is intended to write log messages to text files. 
 | 
| ScriptedFileBasedErrorLogger | 
 This class defines an API that may be used to create a specific type of
 scripted error logger which is intended to write log messages to text files. 
 |