Methods
1 to 8 of 8
- AbstractLogger::alert() – Action must be taken immediately.
- AbstractLogger::critical() – Critical conditions.
- AbstractLogger::debug() – Detailed debug information.
- AbstractLogger::emergency() – System is unusable.
- AbstractLogger::error() – Runtime errors that do not require immediate action but should typically be logged and monitored.
- AbstractLogger::info() – Interesting events.
- AbstractLogger::notice() – Normal but significant events.
- AbstractLogger::warning() – Exceptional occurrences that are not errors.