File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/LogLevel.php.tar
httpdocs/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/LogLevel.php 0000644 00000000507 15156371552 0034341 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
namespace AIOSEO\Vendor\Psr\Log;
/**
* Describes log levels.
*/
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';
}