Package nom.tam.util

Class LoggerHelper


  • public final class LoggerHelper
    extends java.lang.Object
    Utility class offering simplifying methods related to Logger.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LoggerHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getLogger​(java.lang.Class<?> aClass)  
      • Methods inherited from class java.lang.Object

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

      • LoggerHelper

        private LoggerHelper()
    • Method Detail

      • getLogger

        public static java.util.logging.Logger getLogger​(java.lang.Class<?> aClass)
        Parameters:
        aClass - the class to get the logger for.
        Returns:
        a Java Logger for the specified class.