function monolog_logging_theme in Monolog 7
Same name and namespace in other branches
- 6 modules/monolog_logging/monolog_logging.module \monolog_logging_theme()
Implements hook_theme().
File
- modules/
monolog_logging/ monolog_logging.module, line 34 - Integrates Drupal's internal logging system with Monolog by routing watchdog messages to Monolog channels.
Code
function monolog_logging_theme() {
return array(
'monolog_logging_map_table' => array(
'render element' => 'element',
'file' => 'monolog_logging.admin.inc',
),
);
}