Class MessageBox


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

      • MessageBox

        public MessageBox()
    • Method Detail

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