As for binary properties I could see that would make writing filters more efficnet, instead of doing a ton of string compares I can compare primitive data types.
What do you think? Am I approaching this wrong?
Ceki G�lc� wrote:
At 07:12 PM 8/27/2004, you wrote:
I'm not really interested in logging any object, I'm more interested in putting a blob into a logging event that I can extract later.
Don't you need to convert the blob into a string eventually? What good is a logging API if you can't read its output? What am I missing?
