Luminova Framework

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

  1. Application Logger Helper

    Logger helper centralizes application logging and dispatches messages to supported channels.

  2. 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.

  3. NovaLogger PSR Abstract Logger

    NovaLogger is Luminova’s default logging system, supporting file logs, email notifications, and remote server log dispatch.

  4. Log Levels in the Logging System

    Defines standard and custom log levels used to categorize and manage log messages by severity.

  5. NovaLogger HTTP Remote Logging

    Configure encrypted remote logging with a shared secret key and send application logs to a remote server using NovaLogger.