📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 01:01:50
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
psr
/
log
/
Psr
/
Log
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/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