Package org.jastacry
Class GlobalFunctions
- java.lang.Object
-
- org.jastacry.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.
-
-
-
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
- booleanlogger
- log4j Logger objectsFormat
- Formatting stringarguments
- variable arguments
-
-