Thank you...
Thank you...
Posted Nov 20, 2011 21:15 UTC (Sun) by zlynx (guest, #2285)In reply to: Thank you... by khim
Parent article: That newfangled Journal thing
It doesn't work for Windows.
Sure, developers are forced to report their event log messages in the event log binary format. They are also supposed to produce DLLs that contain text identifiers for the log messages.
Guess how many of them do this?
I'm as guilty as anyone. I just used one identifier and stuffed a free-form text message into the binary data field. I wasn't about to go through every debug log print and make a unique ID for it. Especially since C++ iostreams don't lend themselves to that in any way.
