Package io.deephaven.util
Class Log4jValidator
java.lang.Object
io.deephaven.util.Log4jValidator
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDetermine if Log4j is available on the system.
-
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
-