[logback-dev] [JIRA] Created: (LBCLASSIC-59) LogbackErrorListener
Anton Tagunov (JIRA)
noreply-jira at qos.ch
Tue Jul 15 00:21:35 CEST 2008
LogbackErrorListener
--------------------
Key: LBCLASSIC-59
URL: http://jira.qos.ch/browse/LBCLASSIC-59
Project: logback-classic
Issue Type: Improvement
Reporter: Anton Tagunov
Assignee: Logback dev list
Priority: Minor
Presently we can only poll StatusManager for errors. It would be nice to be able to subscribe to these messages.
One idea was to allow custom StatusManager implementations.
This sounds like a nice and sane idea in its own right.
However I feel that providing subscription to error events and allowing users to provide alternative StatusManager implementations are orthogonal concerns.
In fact I feel that application should be able to subscribe to logback errors no matter what StatusManager is used stock or custom.
In other words I suggest it to be part of StatusManager interface/contract to provide subscriptions.
Which brings me back to the idea that it would be best to provide subscription (listener) facility in the standards StatusManager.
On yet another account http://jira.qos.ch/browse/LBCLASSIC-58 may be enough for most practical users.
And I suspect that the most common LogbackErrorListener implementation will simply log to System.out.
In any case we badly need to get these errors out of Logback.
BTW an alternative implemenation of LogbackListener might log to a file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list