[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.143.24.92: ~ $
<?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';
}

Filemanager

Name Type Size Permission Actions
AbstractLogger.php File 2.95 KB 0644
InvalidArgumentException.php File 96 B 0644
LogLevel.php File 312 B 0644
LoggerAwareInterface.php File 288 B 0644
LoggerAwareTrait.php File 351 B 0644
LoggerInterface.php File 2.9 KB 0644
LoggerTrait.php File 3.21 KB 0644
NullLogger.php File 641 B 0644