Package org.jastacry

Class GlobalFunctions


  • public final class GlobalFunctions
    extends java.lang.Object
    Global static functions are stored here.

    SPDX-License-Identifier: MIT

    Author:
    Kai Kretschmann
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logDebug​(boolean isVerbose, org.apache.logging.log4j.Logger logger, java.lang.String sFormat, java.lang.Object... arguments)
      Log debugging only if switched on via command line and log4j.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • logDebug

        public static void logDebug​(boolean isVerbose,
                                    org.apache.logging.log4j.Logger logger,
                                    java.lang.String sFormat,
                                    java.lang.Object... arguments)
        Log debugging only if switched on via command line and log4j.
        Parameters:
        isVerbose - boolean
        logger - log4j Logger object
        sFormat - Formatting string
        arguments - variable arguments