Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/log/Psr/Log/ |
Current File : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/log/Psr/Log/NullLogger.php |
<?php namespace MailPoetVendor\Psr\Log; if (!defined('ABSPATH')) exit; class NullLogger extends AbstractLogger { public function log($level, $message, array $context = array()) { // noop } }