The Text LogView provides a read-only scrollable window of a textual representation of the log's data. Across the top of the TextLogView are the common file i/o buttons and the display toggle. Beneath those buttons is a horizontally scrollable region of data. The top line of data will always be the most recent header information the log has received. It will be printed in bold face type, with each field separated by the expected size of the data. Beneath the header info and its separator bar is the actual data. The fields in the data line correspond to the the fields of header line above.
Each column of data has an associated TextViewSpec which has but one field:
width
Resizing the TextLogView window changes the number of visible data lines, although you typically need to press Init to get everything synced up.