You are here

function monolog_monolog_handler_path in Monolog 7

Same name and namespace in other branches
  1. 6 monolog.monolog.inc \monolog_monolog_handler_path()

Implements hook_monolog_handler_path().

File

./monolog.monolog.inc, line 11
Monolog hook implementations.

Code

function monolog_monolog_handler_path() {
  return 'handlers';
}