the default implementation shows the output as ': : ', now i dont want this format, i want to cut off the sourcename and eventid because it' s totally useless for me. is there any easy way i can accomplish that?
my current workaround is to derive from TextWriterTraceListener and override the TrackEvent method. use reflector to copy the default implementation and just remove the writerHeader function call.