comparison core/lib/Drupal/Core/Logger/RfcLogLevel.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
18 * 18 *
19 * @see http://tools.ietf.org/html/rfc5424 19 * @see http://tools.ietf.org/html/rfc5424
20 * @see http://bugs.php.net/bug.php?id=18090 20 * @see http://bugs.php.net/bug.php?id=18090
21 * @see http://php.net/manual/function.syslog.php 21 * @see http://php.net/manual/function.syslog.php
22 * @see http://php.net/manual/network.constants.php 22 * @see http://php.net/manual/network.constants.php
23 * @see self::getLevels() 23 * @see \Drupal\Core\Logger\RfcLogLevel::getLevels()
24 * 24 *
25 * @} End of "defgroup logging_severity_levels". 25 * @}
26 */ 26 */
27 27
28 /** 28 /**
29 * Defines various logging severity levels. 29 * Defines various logging severity levels.
30 * 30 *