You are here

function monolog_logging_uninstall in Monolog 7

Same name and namespace in other branches
  1. 6 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');
}