function monolog_logging_uninstall in Monolog 6
Same name and namespace in other branches
- 7 modules/monolog_logging/monolog_logging.install \monolog_logging_uninstall()
Implements hook_uninstall().
File
- modules/
monolog_logging/ monolog_logging.install, line 11 - Install, update, and uninstall functions for the Monolog Logging module.
Code
function monolog_logging_uninstall() {
variable_del('monolog_logging_contexts');
variable_del('monolog_type_as_channel');
}