Package de.galan.commons.util
Class MessageBox
java.lang.Object
de.galan.commons.util.MessageBox
Print generic message-boxes to the logging system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgenerateBox(String title, List<String> messageLines) static voidPrints a box with the given title and message to the logger, the title can be omitted.static voidPrints a box with the given title and message lines to the logger, the title can be omitted.
-
Constructor Details
-
MessageBox
public MessageBox()
-
-
Method Details
-
printBox
Prints a box with the given title and message to the logger, the title can be omitted. -
printBox
Prints a box with the given title and message lines to the logger, the title can be omitted. -
generateBox
-