File "NullLogger.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/psr/log/Psr/Log/NullLogger.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Psr\Log;
if (!defined('ABSPATH')) exit;
class NullLogger extends AbstractLogger
{
 public function log($level, $message, array $context = array())
 {
 // noop
 }
}