I don't understand your final question. What are you trying to log? "just get to use simple types"
Are you wanting to log the output from something like a BinaryFormatter? --- Weston Weems <[EMAIL PROTECTED]> wrote: > Well my main goals are: > > log additional info (totally understand how to do that one) > > explicitly log to email etc from code (I guess I could just get a > logger thats designed to do that and only that... > > and I can prolly just filter on log text, so that stuff thats > database > related might be emailed, where a simple error may not be > > > One last question, with the conversion pattern, do you just get to > use > simple types?