Class SystemUtils
java.lang.Object
org.apache.logging.log4j.core.util.internal.SystemUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Stringstatic booleanChecks if the current runtime is GraalVM.static boolean
-
Field Details
-
LOGGER
-
-
Constructor Details
-
SystemUtils
private SystemUtils()
-
-
Method Details
-
getJavaVendor
-
isOsAndroid
public static boolean isOsAndroid() -
isGraalVm
public static boolean isGraalVm()Checks if the current runtime is GraalVM.- Returns:
- true if the current runtime is GraalVM, false otherwise.
-