Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/jdk/internal/logger/BootstrapLogger_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.logger.BootstrapLogger'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.jdk.internal.logger.BootstrapLogger_static is

  # call Java static method 'public static boolean jdk.internal.logger.BootstrapLogger.isBooted()':
  #
  public isBooted bool =>
    fuzion.java.call_static (bool) "jdk.internal.logger.BootstrapLogger" "isBooted" "()Z" []

  # call Java static method 'public static void jdk.internal.logger.BootstrapLogger.redirectTemporaryLoggers()':
  #
  public redirectTemporaryLoggers unit =>
    fuzion.java.call_static (unit) "jdk.internal.logger.BootstrapLogger" "redirectTemporaryLoggers" "()V" []

  # call Java static method 'public static synchronized boolean jdk.internal.logger.BootstrapLogger.useLazyLoggers()':
  #
  public useLazyLoggers bool =>
    fuzion.java.call_static (bool) "jdk.internal.logger.BootstrapLogger" "useLazyLoggers" "()Z" []