[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/psr/log/Psr/Log/ -> LogLevel.php (source)

   1  <?php
   2  
   3  namespace Psr\Log;
   4  
   5  /**
   6   * Describes log levels.
   7   */
   8  class LogLevel
   9  {
  10      const EMERGENCY = 'emergency';
  11      const ALERT     = 'alert';
  12      const CRITICAL  = 'critical';
  13      const ERROR     = 'error';
  14      const WARNING   = 'warning';
  15      const NOTICE    = 'notice';
  16      const INFO      = 'info';
  17      const DEBUG     = 'debug';
  18  }


Generated: Wed Jan 22 05:10:01 2025 Cross-referenced by PHPXref 0.7.1