Class SystemUtils
java.lang.Object
org.apache.logging.log4j.core.util.internal.SystemUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the current runtime is GraalVM.static boolean
-
Method Details
-
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.
-