Interface ConfigLogger

All Superinterfaces:
Loggers
All Known Subinterfaces:
ServerLoggers

public interface ConfigLogger extends Loggers
Defines the logging category for the config module.
  • Field Details

    • CONFIG

      static final LocalizedLogger CONFIG
      The logger used for configuration handling.
  • Method Details

    • collectAllLoggers

      static List<LocalizedLogger> collectAllLoggers()
      Returns the list of all loggers defined in the config module.
      Returns:
      the list of all loggers defined in the config module.