Class LogSetup

java.lang.Object
com.nomagic.rcpf.product.license.utils.LogSetup

@OpenApiAll public class LogSetup extends Object
This class for redirecting the log from outside.
  • Constructor Details

    • LogSetup

      public LogSetup()
  • Method Details

    • setLog

      public static void setLog(org.apache.logging.log4j.Logger log, boolean exlcudedLogName)
      Set logger instance from outside.
      Parameters:
      log - the logger instance.
      exlcudedLogName - excluded the log name (Logger.getLogger("name")).