PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
psr
/
log
/
Psr
/
Log
<?php namespace MailPoetVendor\Psr\Log; if (!defined('ABSPATH')) exit; interface LoggerInterface { public function emergency($message, array $context = array()); public function alert($message, array $context = array()); public function critical($message, array $context = array()); public function error($message, array $context = array()); public function warning($message, array $context = array()); public function notice($message, array $context = array()); public function info($message, array $context = array()); public function debug($message, array $context = array()); public function log($level, $message, array $context = array()); }
[-] AbstractLogger.php
[edit]
[-] LoggerInterface.php
[edit]
[-] NullLogger.php
[edit]
[-] index.php
[edit]
[+]
..
[-] LoggerAwareTrait.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] LoggerAwareInterface.php
[edit]
[-] LoggerTrait.php
[edit]
[-] LogLevel.php
[edit]