📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:17:13
📂
/ (Root)
/
home
/
apkbfjox
/
.trash
/
wordpress-seo
/
vendor_prefixed
/
psr
/
log
/
Psr
/
Log
📍 /home/apkbfjox/.trash/wordpress-seo/vendor_prefixed/psr/log/Psr/Log
🔄 Refresh
✏️
Editing: LogLevel.php
Writable
<?php namespace YoastSEO_Vendor\Psr\Log; /** * Describes log levels. */ 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'; }
💾 Save Changes
❌ Cancel