Scripts «
Documentation: agents/logger.php
remember() - Remember an event
function remember($script, $label, $description='')
- $script - string the source script (e.g., 'articles/edit.php')
- $label - string a one-line label that can be used as a mail title (e.g. 'creation of a new article')
- $description='' - string a more comprehensive description, if any
It also submits a message to
syslog(), to enable
distributed logging.Each line is made of fields separated by tabulations:
- time stamp (year-month-day hour:minutes:seconds)
- surfer name, if any, or '-'
- script calling this function (e.g., control/configure.php)
- the label
- the description, if any





