System Logging
System logging helps you record errors, warnings, and runtime events for debugging and monitoring. The NovaLogger system supports multiple destinations including Telegram, Email, Remote servers, and traditional file-based logs.
Table of Contents
- Application Logger Helper
Logger helper centralizes application logging and dispatches messages to supported channels.
- PSR Aware Logger for Custom Application Logging
The Luminova LoggerAware is an extension of PSR LoggerAwareInterface is part of the PSR-3 logging standard, designed to provide a way for classes to accept a PSR-compliant logger instance.
- NovaLogger PSR Abstract Logger
NovaLogger is Luminova’s default logging system, supporting file logs, email notifications, and remote server log dispatch.
- Log Levels in the Logging System
Defines standard and custom log levels used to categorize and manage log messages by severity.
- NovaLogger HTTP Remote Logging
Configure encrypted remote logging with a shared secret key and send application logs to a remote server using NovaLogger.