?? File Manager Pro
v10.0.2 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 10:31:35
??
/
/
home
/
kaskqphv
/
angka-winkaskus.com
/
wp-content
/
plugins
/
wpvivid-backuprestore
/
vendor
/
psr
/
log
/
Psr
/
Log
??
Editing: LogLevel.php
<?php namespace WPvividPsr\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