Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
bootstrap.inc
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
constant WATCHDOG_ALERT
Log message severity -- Alert: action must be taken immediately.
Related topics
Logging severity levels
Logging severity levels as defined in RFC 3164.
1 use of WATCHDOG_ALERT
check_markup
in drupal/
core/
modules/
filter/
filter.module
Runs all the enabled filters on a piece of text.
File
drupal/
core/
includes/
bootstrap.inc
, line 99
Functions that need to be loaded on every Drupal request.
Code
const
WATCHDOG_ALERT
=
1
;