Displaying 2 results from an estimated 2 matches for "exceptionlogg".
Did you mean:
exceptionlogger
2006 Jul 06
7
REPOST: Musings on Rails and logging philosophies
...controller/action invocation. It needs to understand severity levels. It
needs to allow flexible, conditional routing of these messages to a
database, log file, live output, or simply its own circular buffer. And it
needs a good interface to manage that routing.
I think Rick Olsen''s ExceptionLogger is a great step toward such a
filtering system, and I''ve volunteered to contribute. But I realized that
such an "ActiveLogging" engine would only solve part of the problem. The
bigger problem, if you see it as a problem, is that Rails and its
applications would need to st...
2006 Jul 01
1
Musings about Rails and Logging and philosophy
...s,
controller/action invocation. It needs to understand severity levels. It
needs to allow flexible, conditional routing of these messages to a
database, log file, live output, or simply its own circular buffer. And it
needs a good interface to manage that routing.
I think Rick Olsen''s ExceptionLogger is a great step toward such a
filtering system, and I''ve volunteered to contribute. But I realized that
such an "ActiveLogging" engine would only solve part of the problem. The
bigger problem, if you see it as a problem, is that Rails and its
applications would need to start...