PATH:
home
/
letacommog
/
letacommunication
/
wp-content
/
plugins
/
google-site-kit
/
third-party
/
psr
/
log
/
Psr
/
Log
<?php namespace Google\Site_Kit_Dependencies\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'; }
[+]
..
[-] NullLogger.php
[edit]
[-] LoggerInterface.php
[edit]
[-] LoggerAwareTrait.php
[edit]
[-] LoggerTrait.php
[edit]
[-] AbstractLogger.php
[edit]
[-] LogLevel.php
[edit]
[-] LoggerAwareInterface.php
[edit]
[-] InvalidArgumentException.php
[edit]
[+]
Test