Michael Tomlinson
1 discussion post
I'm trying to understand how to use columns a bit better...
This log data;
2021-05-24 15:10:45.619 [INF] [1:MainThread] [Logging.cs:36:Configure] Application starting.
2021-05-24 15:10:45.766 [INF] [1:MainThread] [MainWindow.xaml.cs:169:.ctor] Application Started
2021-05-24 15:10:46.095 [INF] [1:MainThread] [Core.cs:54:.ctor] Core Creation phase
2021-05-24 15:10:46.096 [INF] [1:MainThread] [ThreadWithDispatcher.cs:43:.ctor] Thread Control created.
2021-05-24 15:10:46.096 [INF] [1:MainThread] [ThreadWithDispatcher.cs:57:Start] Thread Control starting.
2021-05-24 15:10:46.121 [DBG] [16:Control] [ThreadWithDispatcher.cs:116:ThreadMain] Thread Control starting.
2021-05-24 15:10:46.149 [DBG] [1:MainThread] [ThreadWithDispatcher.cs:67:Start] Control StartThread successful.
2021-05-24 15:10:46.151 [DBG] [1:MainThread] [Hardware.cs:51:.ctor] Hardware()
2021-05-24 15:10:46.151 [INF] [1:MainThread] [ThreadWithDispatcher.cs:43:.ctor] Thread Hardware created.
2021-05-24 15:10:46.152 [INF] [1:MainThread] [DeviceFactory.cs:102:.ctor] DeviceFactory Created.
2021-05-24 15:10:46.153 [DBG] [1:MainThread] [DriverManager.cs:192:.ctor] DriverManager()
See attached image for how far I've managed to get; I'm using the ]{space}[ to split the main columns, but I'd love to split some of the sub-columns on ':' as well. (Thread, Member).
• Attachment [protected]: example.png [34,920 bytes]
Hi Michael,
If you setup your columns like the screenshot I've attached below, it should work.
Thanks!
Custom Columns.png