Class XltLogger


  • public final class XltLogger
    extends java.lang.Object
    Class to define all global needed loggers and their properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger reportLogger
      The report logger.
      static org.slf4j.Logger runTimeLogger
      The runtime logger.
    • Constructor Summary

      Constructors 
      Constructor Description
      XltLogger()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • runTimeLogger

        public static final org.slf4j.Logger runTimeLogger
        The runtime logger.
      • reportLogger

        public static final org.slf4j.Logger reportLogger
        The report logger.
    • Constructor Detail

      • XltLogger

        public XltLogger()