nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

Ability to log error stack traces. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just what the summary says.  I want to be able to log a stack trace by just 
passing in the error object.  This has to be included or it doesn't count as a 
real logger.

Original issue reported on code.google.com by ogradyjd@gmail.com on 5 Oct 2010 at 11:47

GoogleCodeExporter commented 8 years ago
Added error object detection to the arguments parsing code.  You can now pass a 
javascript error object to any of the logging methods and the stack trace and 
other information will appear in the log message.

Original comment by ogradyjd@gmail.com on 12 Oct 2010 at 12:55