Overview

Namespaces

  • AloFramework
    • Log
  • PHP
  • Psr
    • Log
      • Test

Classes

  • AbstractLogger
  • LogLevel
  • NullLogger

Interfaces

  • LoggerAwareInterface
  • LoggerInterface

Traits

  • LoggerAwareTrait
  • LoggerTrait

Exceptions

  • InvalidArgumentException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class LogLevel

Describes log levels

Direct known subclasses

AloFramework\Log\Log
Namespace: Psr\Log
Located at log/Psr/Log/LogLevel.php
Constants summary
string EMERGENCY
# 'emergency'
string ALERT
# 'alert'
string CRITICAL
# 'critical'
string ERROR
# 'error'
string WARNING
# 'warning'
string NOTICE
# 'notice'
string INFO
# 'info'
string DEBUG
# 'debug'
AloFramework Logger API documentation generated by ApiGen