Class UpdateLoggingProfiling.LoggingConfigEntry

java.lang.Object
com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
All Implemented Interfaces:
Comparable<UpdateLoggingProfiling.LoggingConfigEntry>
Enclosing class:
UpdateLoggingProfiling

protected static class UpdateLoggingProfiling.LoggingConfigEntry extends Object implements Comparable<UpdateLoggingProfiling.LoggingConfigEntry>
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
  • Field Details

    • clazz

      protected String clazz
      String as we may need to preserve additivity.
    • level

      protected org.apache.logging.log4j.Level level
  • Constructor Details

    • LoggingConfigEntry

      public LoggingConfigEntry(org.apache.logging.log4j.core.config.LoggerConfig logConfig)
    • LoggingConfigEntry

      public LoggingConfigEntry(String clazz, String level)
  • Method Details