Class MessageBox

java.lang.Object
de.galan.commons.util.MessageBox

public class MessageBox extends Object
Print generic message-boxes to the logging system
  • Constructor Details

    • MessageBox

      public MessageBox()
  • Method Details

    • printBox

      public static void printBox(String title, String message)
      Prints a box with the given title and message to the logger, the title can be omitted.
    • printBox

      public 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.
    • generateBox

      protected static String generateBox(String title, List<String> messageLines)