Class JavaLogging

  • All Implemented Interfaces:
    ILogging

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

      Constructors 
      Constructor Description
      JavaLogging()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Level create​(ILevel level)  
      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

      • JavaLogging

        public JavaLogging()
    • 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
      • create

        public static java.util.logging.Level create​(ILevel level)