public class MessageBox extends Object
| Constructor and Description |
|---|
MessageBox() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
generateBox(String title,
List<String> messageLines) |
static void |
printBox(String title,
List<String> messageLines)
Prints a box with the given title and message lines to the logger, the title can be omitted.
|
static void |
printBox(String title,
String message)
Prints a box with the given title and message to the logger, the title can be omitted.
|
public static void printBox(String title, String message)
public static void printBox(String title, List<String> messageLines)
Copyright © 2017. All rights reserved.