Avolutions\Logging\LogLevel
The LogLevel class contains constants which describes the log level.
Constants
| Property | Value | Description |
|---|---|---|
| ALERT | 'ALERT' | Text for log level alert |
| CRITICAL | 'CRITICAL' | Text for log level critical |
| DEBUG | 'DEBUG' | Text for log level debug |
| EMERGENCY | 'EMERGENCY' | Text for log level emergency |
| ERROR | 'ERROR' | Text for log level error |
| INFO | 'INFO' | Text for log level info |
| NOTICE | 'NOTICE' | Text for log level notice |
| WARNING | 'WARNING' | Text for log level warning |