🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:45:31 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
psr
/
log
/
Psr
/
Log
📍 /home/therahul/thedasstores.com/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log
🔄 Refresh
✏️
Editing: LogLevel.php
Writable
<?php namespace 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