constant WATCHDOG_DEBUG
Search API
- 7.x bootstrap.inc WATCHDOG_DEBUG
- 6.x bootstrap.inc WATCHDOG_DEBUG
- 5.x bootstrap.inc WATCHDOG_DEBUG
12 uses of WATCHDOG_DEBUG
- advise.module in modules/
advise/ advise.module - advise_display_view in modules/
advise/ advise.module - This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
- blank_degrees.module in modules/
blank_degrees/ blank_degrees.module - blank_degrees_display_blank_degree in modules/
blank_degrees/ blank_degrees.module - course_search.module in modules/
course_search/ course_search.module - This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
File
- ./
bootstrap.inc, line 71 - This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
Code
define('WATCHDOG_DEBUG', 7)
