Luminova Framework

System Logging

Table of Contents

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

  2. Log Levels in the Logging System

    LogLevel class defines various logging levels used for categorizing log messages.

  3. Static Logger for Application Logging

    Logger class is a PSR-3 compliant logging system that extends the LoggerInterface. It provides a unified interface for handling application logs and serves as a dispatcher to ensure compatibility.

  4. Default PSR-Compliant Logger for Luminova Application Logging System

    The NovaLogger class is the default logging system for Luminova applications. It supports logging to files, sending logs via email, and dispatching logs to a remote server URL.