Class Logger


  • public final class Logger
    extends java.lang.Object
    A centralized class to start use and manager loggers.
    See Also:
    ILogger
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ILogger getLogger​(java.lang.String name)
      Returns the logger by the given name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLogger

        public static ILogger getLogger​(java.lang.String name)
        Returns the logger by the given name.
        Parameters:
        name -
        Returns: