![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Logback dev list
|
|
Created:
|
07/Nov/12 10:07 AM
|
|
Description:
|
I tried use OnConsoleStatusListener initialized as it is described in manual (using property logback.statusListenerClass). No expected output appeared. When I was using xml element everthing worked fine. I have looked inside source code to check the difference between initialization in those two cases (property and xml). I found out that for 'property's' way start() is never called and thus status events are never printed out.
You could take a look at ch.qos.logback.classic.util.StatusListenerConfigHelper. Created listener has not Context set and isn't started so it won't print any output during program execution.
Sorry for my bad language.
Best Regards,
Adam
|
|
Project:
|
logback
|
|
Priority:
|
Minor
|
|
Reporter:
|
Adam Sokowicz
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev