Вход Регистрация
Файл: forsoc.ru/vendor/psr/log/Psr/Log/LogLevel.php
Строк: 15
<?php

namespace PsrLog;

/**
 * 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';
}
Онлайн: 0
Реклама