Class Log4j2Logging

  • All Implemented Interfaces:
    ILogging

    public class Log4j2Logging
    extends java.lang.Object
    implements ILogging
    • Constructor Summary

      Constructors 
      Constructor Description
      Log4j2Logging()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILogger getLogger​(java.lang.String name)  
      void setHandler​(java.util.logging.Handler... handlers)  
      void setLevel​(java.util.logging.Level level, java.lang.String nameSpace)  
      • Methods inherited from class java.lang.Object

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

      • Log4j2Logging

        public Log4j2Logging()
    • Method Detail

      • setHandler

        public void setHandler​(java.util.logging.Handler... handlers)
        Specified by:
        setHandler in interface ILogging
      • setLevel

        public void setLevel​(java.util.logging.Level level,
                             java.lang.String nameSpace)
        Specified by:
        setLevel in interface ILogging