D
Dachshund Digital
Has any one figured out how to override the WriteEntry or show change
the actual output?
I am sorry, but putting the DATE/TIME PROCESS # and Thread #
information AFTER the 'Message' text just sucks and makes it horrible
for human readability.
For example...
DefaultSource Information 0 This is a message 2006-05-13
18:21:58Z 472 10
Should be...
2006-05-13 18:21:58Z DefaultSource Information 0 472 10 This is a
message
What brain dead decision was made to put the VARIABLE sized data in the
MIDDLE of the standard formatting?
And, the inability to remove the SOURCE and SWITCH information? Like
any user will have a clue. We have no end of customers using our code
that GRIPE about this CRAPPY formatting. We may have to go back to our
custom Trace Listener, which sucks too, because the
My.Application.Log.WriteEntry is SO EASY to use.
the actual output?
I am sorry, but putting the DATE/TIME PROCESS # and Thread #
information AFTER the 'Message' text just sucks and makes it horrible
for human readability.
For example...
DefaultSource Information 0 This is a message 2006-05-13
18:21:58Z 472 10
Should be...
2006-05-13 18:21:58Z DefaultSource Information 0 472 10 This is a
message
What brain dead decision was made to put the VARIABLE sized data in the
MIDDLE of the standard formatting?
And, the inability to remove the SOURCE and SWITCH information? Like
any user will have a clue. We have no end of customers using our code
that GRIPE about this CRAPPY formatting. We may have to go back to our
custom Trace Listener, which sucks too, because the
My.Application.Log.WriteEntry is SO EASY to use.