You are here

constant WATCHDOG_FILTERING_IGNORE in Watchdog Filtering 6

Same name and namespace in other branches
  1. 7 watchdog_filtering.module \WATCHDOG_FILTERING_IGNORE

Modules should return this value from hook_watchdog_filtering() to perform no filtering on watchdog message.

1 use of WATCHDOG_FILTERING_IGNORE
hook_watchdog_filtering in ./watchdog_filtering.api.php
Filter watchdog log entry. Works similar to hook_node_access().

File

./watchdog_filtering.module, line 19

Code

define('WATCHDOG_FILTERING_IGNORE', 'ignore');