Class LoggerFactory


  • public class LoggerFactory
    extends java.lang.Object
    Provides a Logger for use across the entire application
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.slf4j.Logger getLogger()  
      • Methods inherited from class java.lang.Object

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

      • LoggerFactory

        public LoggerFactory()
    • Method Detail

      • getLogger

        public static org.slf4j.Logger getLogger()
        Returns:
        Logger for ZooInspector