0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 52.15.157.192


Current Path : /proc/thread-self/root/usr/share/php/Psr/Log/
Upload File :
Current File : //proc/thread-self/root/usr/share/php/Psr/Log/autoload.php

<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'psr\\log\\abstractlogger' => '/AbstractLogger.php',
                'psr\\log\\invalidargumentexception' => '/InvalidArgumentException.php',
                'psr\\log\\loggerawareinterface' => '/LoggerAwareInterface.php',
                'psr\\log\\loggerawaretrait' => '/LoggerAwareTrait.php',
                'psr\\log\\loggerinterface' => '/LoggerInterface.php',
                'psr\\log\\loggertrait' => '/LoggerTrait.php',
                'psr\\log\\loglevel' => '/LogLevel.php',
                'psr\\log\\nulllogger' => '/NullLogger.php',
                'psr\\log\\test\\dummytest' => '/Test/LoggerInterfaceTest.php',
                'psr\\log\\test\\loggerinterfacetest' => '/Test/LoggerInterfaceTest.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd