Class Logging


  • public class Logging
    extends java.lang.Object
    Herts logger Wrapped java.util.logging.Logger
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Logging.Manager
      Custom LogManager.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      Logging()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getLogger​(java.lang.String loggerName)
      Get java.util.logging.Logger
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        public static java.util.logging.Logger LOGGER
    • Constructor Detail

      • Logging

        public Logging()
    • Method Detail

      • getLogger

        public static java.util.logging.Logger getLogger​(java.lang.String loggerName)
        Get java.util.logging.Logger
        Parameters:
        loggerName - logger name
        Returns:
        java.util.logging.Logger