Class ContextJournalLogger

java.lang.Object
com.webmethods.rtl.util.journal.ContextJournalLogger

public class ContextJournalLogger extends Object
Manages the current journal logger for the current thread
  • Constructor Details

    • ContextJournalLogger

      public ContextJournalLogger()
  • Method Details

    • setDefaultJournalLogger

      public static void setDefaultJournalLogger(com.webmethods.sc.logging.log4j2.logger.WmJournalLogger logger)
      Default instance of WmJournalLogger
      Parameters:
      logger -
    • setContextJournalLogger

      public static com.webmethods.sc.logging.log4j2.logger.WmJournalLogger setContextJournalLogger(com.webmethods.sc.logging.log4j2.logger.WmJournalLogger logger)
      Sets current thread context WmJournalLogger to be used by all Debug clients of given thread
      Parameters:
      logger -
    • getContextJournalLogger

      public static com.webmethods.sc.logging.log4j2.logger.WmJournalLogger getContextJournalLogger()
    • reset

      public static void reset()