Current Path: > home > transcarter > public_html > wp-content > > plugins > wp-optimize > vendor > psr > log > Psr > Log
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
AbstractLogger.php | File | 3104 bytes | July 17 2025 21:05:49. | |
InvalidArgumentException.php | File | 96 bytes | July 17 2025 21:05:49. | |
LogLevel.php | File | 336 bytes | July 17 2025 21:05:49. | |
LoggerAwareInterface.php | File | 297 bytes | July 17 2025 21:05:49. | |
LoggerAwareTrait.php | File | 402 bytes | July 17 2025 21:05:49. | |
LoggerInterface.php | File | 3114 bytes | July 17 2025 21:05:49. | |
LoggerTrait.php | File | 3415 bytes | July 17 2025 21:05:49. | |
NullLogger.php | File | 707 bytes | July 17 2025 21:05:49. |
<?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 } }
SILENT KILLER Tool