You are here

function flog_install in File logger 7

Same name and namespace in other branches
  1. 6 flog.install \flog_install()

Implementation of hook_install().

File

./flog.install, line 11
flog: Dump variables to a file.

Code

function flog_install() {
  drupal_set_message('File logger installed. <a href="' . url('admin/config/development/flog') . '">Configure and enable</a>.');
}