constant WATCHDOG_FILTERING_IGNORE in Watchdog Filtering 7
Same name and namespace in other branches
- 6 watchdog_filtering.module \WATCHDOG_FILTERING_IGNORE
Return this value from hook_watchdog_filtering() to not filter on 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 21 - Watchdog Filtering module.
Code
define('WATCHDOG_FILTERING_IGNORE', 'ignore');