|
|
|
|
|
by muststopmyths
562 days ago
|
|
Microsoft had a poorly documented tool called tracewpp that did this. Blindingly fast logging with very little runtime overhead. It was hard to figure out how to use it without documentation so it wasn’t very popular. No idea if they still ship it in the DDK. It was a preprocessor that converted logging macros into string table references so there was no runtime formatting. You decoded the binary logs with another tool after the fact. Vaguely remember some open source cross platform tool that did something similar but the name escapes me now. |
|