class LogLevel
Describes log levels.
Hierarchy
- class \Psr\Log\LogLevel
Expanded class hierarchy of LogLevel
19 files declare their use of LogLevel
- BaseIO.php in vendor/
composer/ composer/ src/ Composer/ IO/ BaseIO.php - ConsoleLogger.php in vendor/
symfony/ console/ Logger/ ConsoleLogger.php - Error.php in core/
lib/ Drupal/ Core/ Utility/ Error.php - ErrorHandler.php in vendor/
symfony/ error-handler/ ErrorHandler.php - ErrorListener.php in vendor/
symfony/ http-kernel/ EventListener/ ErrorListener.php
File
-
vendor/
psr/ log/ src/ LogLevel.php, line 8
Namespace
Psr\LogView source
class LogLevel {
const EMERGENCY = 'emergency';
const ALERT = 'alert';
const CRITICAL = 'critical';
const ERROR = 'error';
const WARNING = 'warning';
const NOTICE = 'notice';
const INFO = 'info';
const DEBUG = 'debug';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
LogLevel::ALERT | constant | ||
LogLevel::CRITICAL | constant | ||
LogLevel::DEBUG | constant | ||
LogLevel::EMERGENCY | constant | ||
LogLevel::ERROR | constant | ||
LogLevel::INFO | constant | ||
LogLevel::NOTICE | constant | ||
LogLevel::WARNING | constant |