Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/log/Psr/Log/
Upload File :
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
 }
}