Hello Guys,

I'm implementing a new error logger within an MG app I'm running. The 
existing logger call I have is done inside the exception controller before 
rendering the appropriate view based on environment.

One of my major issues has always been that this meant my logger was only 
tracking exceptions which occur within the framework, and not at a truely 
application wide level.

My aim is to move the logger calls into app.cfc onError() so it traps all 
app exceptions thrown, even those uncaught by MG.

However, it seems that using onError() then breaks the MG event handlers 
for errors.

Anyone got an recommendations on how I might be able to handle this so I 
can still display the MG error events?

Thanks,

Rob

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to