Class Logger.PrivateConfig

  • Enclosing class:
    Logger

    protected class Logger.PrivateConfig
    extends java.lang.Object
    The binding between a Logger and its configuration.
    • Field Detail

      • loggerConfig

        public final LoggerConfig loggerConfig
        LoggerConfig to delegate the actual logging to.
      • config

        public final Configuration config
        The current Configuration associated with the LoggerConfig.
    • Method Detail

      • logEvent

        public void logEvent​(LogEvent event)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object