Custom Columns |
Top Previous Next |
The viewer dynamically creates and adjusts the parsed columns it displays as it receives messages; this was done specifically so that it could adapt to new custom columns.
To have your code output specific information into a new column, simply add "|*COLUMNNAME*| VALUE" to the text to you send to debugging output. The VALUE data will be shown in a column named COLUMNNAME.
If the data is numeric, then for proper sorting you should label COLUMNNAME so that it ends with "Num" if it is an integer or "#" if it is a floating point value. |