Logging::LEVELS
File
-
vendor/
open-telemetry/ api/ Behavior/ Internal/ Logging.php, line 21
Class
- Logging
- Logging utility functions for internal logging (of OpenTelemetry errors/warnings etc). This is not part of SDK configuration to avoid creating a dependency on SDK from any package which does logging. @todo this should be `@internal`, but deptrac is…
Namespace
OpenTelemetry\API\Behavior\InternalCode
private const LEVELS = [
LogLevel::DEBUG,
LogLevel::INFO,
LogLevel::NOTICE,
LogLevel::WARNING,
LogLevel::ERROR,
LogLevel::CRITICAL,
LogLevel::ALERT,
LogLevel::EMERGENCY,
self::NONE,
];