Logging severity levels
Same name in other branches
- 9 core/lib/Drupal/Core/Logger/RfcLogLevel.php \Drupal\Core\Logger\logging_severity_levels
- 8.9.x core/lib/Drupal/Core/Logger/RfcLogLevel.php \Drupal\Core\Logger\logging_severity_levels
- 10 core/lib/Drupal/Core/Logger/RfcLogLevel.php \Drupal\Core\Logger\logging_severity_levels
- 11.x core/lib/Drupal/Core/Logger/RfcLogLevel.php \Drupal\Core\Logger\logging_severity_levels
Logging severity levels as defined in RFC 3164.
The WATCHDOG_* constant definitions correspond to the logging severity levels defined in RFC 3164, section 4.1.1. PHP supplies predefined LOG_* constants for use in the syslog() function, but their values on Windows builds do not correspond to RFC 3164. The associated PHP bug report was closed with the comment, "And it's also not a bug, as Windows just have less log levels," and "So the behavior you're seeing is perfectly normal."
See also
http://www.faqs.org/rfcs/rfc3164.html
http://bugs.php.net/bug.php?id=18090
http://php.net/manual/function.syslog.php
http://php.net/manual/network.constants.php
watchdog()
File
-
includes/
bootstrap.inc, line 55
Functions
Title Sort descending | File name | Summary |
---|---|---|
DBLogTestCase::getSeverityConstant | modules/ |
Gets the watchdog severity constant corresponding to the CSS class. |
dblog_overview | modules/ |
Page callback: Displays a listing of database log messages. |
drupal_error_levels | includes/ |
Maps PHP error constants to watchdog severity levels. |
watchdog_severity_levels | includes/ |
Returns a list of severity levels, as defined in RFC 3164. |
Constants
Title Sort descending | File name | Summary |
---|---|---|
WATCHDOG_ALERT | includes/ |
Log message severity -- Alert: action must be taken immediately. |
WATCHDOG_CRITICAL | includes/ |
Log message severity -- Critical conditions. |
WATCHDOG_DEBUG | includes/ |
Log message severity -- Debug-level messages. |
WATCHDOG_EMERGENCY | includes/ |
Log message severity -- Emergency: system is unusable. |
WATCHDOG_ERROR | includes/ |
Log message severity -- Error conditions. |
WATCHDOG_INFO | includes/ |
Log message severity -- Informational messages. |
WATCHDOG_NOTICE | includes/ |
Log message severity -- Normal but significant conditions. |
WATCHDOG_WARNING | includes/ |
Log message severity -- Warning conditions. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.