dblog.admin.inc
Версия 1.6.2.1 (checked in on 2008/09/17 at 05:47:53 by goba)
Administrative page callbacks for the dblog module.
Функции
Имя | Описание |
---|---|
dblog_admin_settings | Форма настроек модуля dblog. Смотрите также system_settings_form() |
dblog_build_filter_query | Build query for dblog administration filters based on session. |
dblog_event | Коллбэк меню; отображает подробности записи журнала системы. |
dblog_filters | List dblog administration filters that can be applied. |
dblog_filter_form | Возвращает форму для dblog фильтров администрирования. Смотрите alsodblog_filter_form_submit() |
dblog_filter_form_submit | Process result from dblog administration filter form. |
dblog_filter_form_validate | Validate result from dblog administration filter form. |
dblog_overview | Коллбэк меню; выводит логи сообщений. |
dblog_top | Menu callback; generic function to display a page of the most frequent dblog events of a specified type. |
_dblog_format_message | Formats a log message for display. |