Class Log4jValidator

java.lang.Object
io.deephaven.util.Log4jValidator

public class Log4jValidator extends Object
Class to validate if Log4j is available. This can't have any log4j dependencies, because if it does, then it will fail to load.
  • Constructor Details

    • Log4jValidator

      public Log4jValidator()
  • Method Details

    • isLog4jAvailable

      public static boolean isLog4jAvailable()
      Determine if Log4j is available on the system.
      Returns:
      true if Log4j is available, false otherwise