exception logging - additional data?

J

JV

I just started getting into this, so I hope this isn't a stupid question,
but I noticed that the logging block has a feature for logging an additional
chunk of contextual data using IDictionary (Hashtable usually).

When I log my exceptions, it works, but I would like to be able to log some
additional data about what was going on (shopping cart information in this
case). I have looked around the documentation and about the only option I
can see is for me to artificially wrap the exception in another outer
exception containing that information. Is there some other option I'm
missing?
 
J

JV

By the way, this is Enterprise Library Exception Handling block I'm talking
about.

"JV" wrote
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top