Package com.github.eventmanager.filehandlers.config


package com.github.eventmanager.filehandlers.config
This package contains classes responsible for managing and configuring file handlers in the EventManager logging system.

The classes in this package allow customization of file handling behavior, including log file naming, rotation policies, and formatting options. These configurations help ensure that log files are efficiently managed and structured according to user needs.

Key functionalities provided by this package include:

  • Defining file handling strategies for event logs
  • Supporting configurable file output formats
  • Enabling structured log storage for better readability and management

  • Classes
    Class
    Description
    The Config class holds the configuration settings for the EventManager application.
    The ConfigEvent class holds the configuration settings related to events for the EventManager application.
    This class contains the configuration settings for the internal events file handler.
    The ConfigLogFile class holds the configuration settings related to log files for the EventManager application.
    The ConfigLogRotate class holds the configuration settings related to log file rotation for the EventManager application.
    The OutputEntry class holds the configuration settings for the event outputs.
    The ProcessorEntry class holds the configuration settings for the event processors.