You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently best advice is to comment out onError() in api.cfc. Would be nice if we could easily integrate with Hoth or something to make error reporting easier.
What's the current state about the Hoth and BugLogHQ implementation? As I'm currently working on a huge API based project, these features would be nice to include into this one.
If I could provide any help on this one just let me know!
In progress. I have the Hoth stuff pretty much finished, and it shouldn't be hard to get the BugLogHQ stuff done... The problem is coming up with a way to test it. I'll push my branch for this up to GitHub soon so you can see what I have. Maybe you'll come up with some clever way to test it. :)
Activity
atuttle commentedon Jun 26, 2012
Plan to support both Hoth and BugLogHQ, as well as a default simple email-every-error component as well.
#73 started thinking about logging adapters
#73 working on email logging adapter
#73 add function arguments to the adapter interface
#73 fix typo
#73 test exception responses
#73 lil bit smarter error-catching in error-inception case
#73 example for Hoth logging
#73 marked a todo for BugLogHQ integration
#73 changed variable name from "defaultExceptionLogAdapter" to just "…
marbetschar commentedon Sep 30, 2012
What's the current state about the Hoth and BugLogHQ implementation? As I'm currently working on a huge API based project, these features would be nice to include into this one.
If I could provide any help on this one just let me know!
atuttle commentedon Sep 30, 2012
In progress. I have the Hoth stuff pretty much finished, and it shouldn't be hard to get the BugLogHQ stuff done... The problem is coming up with a way to test it. I'll push my branch for this up to GitHub soon so you can see what I have. Maybe you'll come up with some clever way to test it. :)
#73 finished Hoth & BLHQ integration examples & tests
atuttle#73 finished Hoth & BLHQ integration examples & tests