CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1k stars 143 forks source link

Possibility to customize column headers and add columns. #240

Open RichardKNS opened 8 years ago

RichardKNS commented 8 years ago

The tracing generated by our system has a specific syntax. e.g. 2016-04-05T07:32:03.268567;{DHCPS};04;{0b18.0b5c};IP-address is '172.16.0.1', subnet mask is '255.255.255.0';Server.cpp(445)

It would be nice to be able to customize the column header (Line,Date,Time,PID,Process and Message) with own keywords. Also the possibility to add extra columns would be nice. e.g. TID column, trace originator etc.

The .dblog files requires a specific syntax : "DebugView++.exe File Identification Header, DebugView++ Format Version 1" as indicated by the first line in a .dblog file.

Can something be done to define your own set of columns with your own header name(s) ?

janwilmans commented 8 years ago

Thanks for you suggestion, right now this kind of thing it not possible. It will become possible once we implement #191 however, we don't have any plans / deadlines for this yet.