Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
garmin /
vendor /
psr /
log /
Psr /
Log /
[ HOME SHELL ]
Name
Size
Permission
Action
Test
[ DIR ]
drwx---r-x
AbstractLogger.php
3.02
KB
-rw----r--
InvalidArgumentException.php
96
B
-rw----r--
LogLevel.php
336
B
-rw----r--
LoggerAwareInterface.php
297
B
-rw----r--
LoggerAwareTrait.php
397
B
-rw----r--
LoggerInterface.php
3.02
KB
-rw----r--
LoggerTrait.php
3.33
KB
-rw----r--
NullLogger.php
707
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : NullLogger.php
<?php namespace Psr\Log; /** * This Logger can be used to avoid conditional log calls. * * Logging should always be optional, and if no logger is provided to your * library creating a NullLogger instance to have something to throw logs at * is a good way to avoid littering your code with `if ($this->logger) { }` * blocks. */ class NullLogger extends AbstractLogger { /** * Logs with an arbitrary level. * * @param mixed $level * @param string $message * @param array $context * * @return void * * @throws \Psr\Log\InvalidArgumentException */ public function log($level, $message, array $context = array()) { // noop } }
Close