관리-도구
편집 파일: LogLevel.php.tar
home/tattooscyy/www/vendor/psr/log/Psr/Log/LogLevel.php 0000604 00000000520 15224716562 0017136 0 ustar 00 <?php namespace 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'; }