Class FrontendLoggingFacility


  • public class FrontendLoggingFacility
    extends java.lang.Object
    Class responisible for creating a semi-root logger and configuring it with the FrontendLogRecordPublisher in order to feed the queue.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void deployLogger()
      if not already done - deploys the masterlogger which is receiving requests and queuing them for the client
      static org.apache.logging.log4j.Logger getLogger()  
      • Methods inherited from class java.lang.Object

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

      • FrontendLoggingFacility

        public FrontendLoggingFacility()
    • Method Detail

      • getLogger

        public static org.apache.logging.log4j.Logger getLogger()
      • deployLogger

        public static void deployLogger()
        if not already done - deploys the masterlogger which is receiving requests and queuing them for the client