Data filters
You can specify various filters which restrict the amount of data to view. These are retained in a cookie until you log off.
The start and end date/time filters have to be enabled through their respective checkboxes.
Other filters are active when there is a value in the box.
"; } switch ($action) { case 'auditlog' : $text = "This page displays that user activity which you have chosen to log.

"; $text .= common_filters(); break; case 'config' : $text = "This page configures various options for the system logs.

Common Settings
Sets the number of lines on the log display.

Admin Log
This log retains events until specifically deleted; use this option to delete old events.

User Audit Log
This log tracks user activity. For registered users, only those in the specified class are tracked - you can either make this 'Members' to track everyone, or create a specific user class for logging. You then determine the types of activity which you wish to log.
Registration events may be tracked separately.

Rolling Log
This log is used to track abnormal events, assist with debugging etc. It can be disabled. Events are automatically removed after the set number of days. "; break; case 'rolllog' : $text = "The rolling log displays various abnormal events which are not otherwise logged. It may also be used for code debugging and monitoring.

"; $text .= common_filters(); break; case 'downlog' : $text = "This page displays user downloads.

"; $text .= common_filters(); break; case 'comments' : $text = "This page displays user comments, with options to select by user ID, type and date. Unwanted comments can be deleted."; break; case 'detailed' : $text = "The main system logs record time to a high degree of precision (if the underlying server supports it), and this page allows you to inspect entries occuring within a relatively small time window. Entries from the admin log, audit log and rolling log are merged, so that you can see the precise relationships between events."; break; case 'adminlog' : default : $text = "This page displays administrator activity.

(At present, logging is still being added to the code, so the list is not complete.)

"; $text .= common_filters(); } e107::getRender()->tablerender($caption, $text);