The width of the columns (Level, Timestamp, Message) is dynamic and depends on the length of the message (apparently). The problems are:
- A lot of space is wasted, because the columns for level and timestamp are much wider than needed.
- The widths and therefore alignments of all columns change during scroll when a longer message appears in / disappears from the scroll window.