Package org.jastacry

Class GlobalFunctions


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

    SPDX-License-Identifier: MIT

    Author:
    Kai Kretschmann
    • Method Detail

      • logDebug

        public static void logDebug​(boolean isVerbose,
                                    org.apache.logging.log4j.Logger logger,
                                    String sFormat,
                                    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