You are here

function _perfmon_log in Performance monitor 7

Same name and namespace in other branches
  1. 8 perfmon.module \_perfmon_log()

Log.

3 calls to _perfmon_log()
perfmon_store_results in ./perfmon.module
Store test results.
_perfmon_batch_finished in ./perfmon.module
Finished callback for Batch processing the checklist.
_perfmon_run_test in ./perfmon.inc
Run a single Security Review check.

File

./perfmon.inc, line 569
Stand-alone perfmon test system.

Code

function _perfmon_log($check_name, $message, $variables, $type, $module = 'perfmon') {
  module_invoke_all('perfmon_log', $module, $check_name, $message, $variables, $type);
}