Interface ConfigLogger

  • All Superinterfaces:
    Loggers
    All Known Subinterfaces:
    ServerLoggers

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

      • CONFIG

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

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