Class SystemUtils

java.lang.Object
org.apache.logging.log4j.core.util.internal.SystemUtils

public final class SystemUtils extends Object
  • Method Details

    • isOsAndroid

      public static boolean isOsAndroid()
    • isGraalVm

      public static boolean isGraalVm()
      Checks if the current runtime is GraalVM.

      See ImageInfo.PROPERTY_IMAGE_CODE_KEY.

      Returns:
      true if the current runtime is GraalVM, false otherwise.