
3 Jul
2006
3 Jul
'06
1:14 p.m.
Kevin Sopp wrote:
- There should be a way to iterate over all exception_info objects contained. This is useful in a case where you don't know what information was attached to the exception. Then you just want to print everything that can be translated via lexical_cast to a logfile to get the maximum information on the exception regardless.
For logging purposes, it might also be useful to be able to add several exception info entries of the same category and then iterate over them; in particular, I'm thinking of "poor man's" stack backtrace.