Class HacLog4JFacade


  • public class HacLog4JFacade
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HacLog4JFacade()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean changeLogLevel​(java.lang.String targetLogger, java.lang.String levelName)  
      java.util.List<org.apache.logging.log4j.Level> getAllLevels()  
      java.util.List<LoggerConfigData> getLoggers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HacLog4JFacade

        public HacLog4JFacade()
    • Method Detail

      • getAllLevels

        public java.util.List<org.apache.logging.log4j.Level> getAllLevels()
      • changeLogLevel

        public boolean changeLogLevel​(java.lang.String targetLogger,
                                      java.lang.String levelName)