golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/worker/src/Monolog/Psr
⬆️ Go Up
Upload
File/Folder
Size
Actions
InvalidArgumentException.php
87 B
Del
OK
LogLevel.php
327 B
Del
OK
LoggerInterface.php
2.96 KB
Del
OK
index.php
28 B
Del
OK
Edit: LogLevel.php
<?php /** * Describes log levels */ class Monolog_Psr_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'; }
Save