Package com.ubs.backend.util
Class PrintDebug
java.lang.Object
com.ubs.backend.util.PrintDebug
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintDebug(String title, Object information)Method to print debug info to the console without linebreaksstatic voidprintDebug(String title, Object information, int lineBreaksBefore)Method to print debug info to the consolestatic voidprintDebug(String title, Object information, int lineBreaksBefore, int lineBreaksAfter)Method to print debug info to the console
-
Constructor Details
-
PrintDebug
public PrintDebug()
-
-
Method Details
-
printDebug
Method to print debug info to the console- Parameters:
title- the Title of the Debug Infoinformation- the Content of the informationlineBreaksBefore- the amount of linebreaks before the output- Since:
- 17.07.2021
-
printDebug
public static void printDebug(String title, Object information, int lineBreaksBefore, int lineBreaksAfter)Method to print debug info to the console- Parameters:
title- the Title of the Debug Infoinformation- the Content of the informationlineBreaksBefore- the amount of linebreaks before the outputlineBreaksAfter- the amount of linebreaks after the output
-
printDebug
Method to print debug info to the console without linebreaks- Parameters:
title- the Title of the Debug Infoinformation- the Content of the information- Since:
- 17.07.2021
-