class LogLevel in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 vendor/psr/log/Psr/Log/LogLevel.php \Psr\Log\LogLevel
- 8.3 vendor/psr/log/Psr/Log/LogLevel.php \Psr\Log\LogLevel
Describes log levels.
Hierarchy
- class \Psr\Log\LogLevel
Expanded class hierarchy of LogLevel
3 files declare their use of LogLevel
- BufferLogger.php in src/
Logger/ BufferLogger.php - LoggerInterfaceTest.php in vendor/
psr/ log/ Psr/ Log/ Test/ LoggerInterfaceTest.php - tmgmt_smartling_log_settings.module in modules/
tmgmt_smartling_log_settings/ tmgmt_smartling_log_settings.module
File
- vendor/
psr/ log/ Psr/ Log/ 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant |