Obviously it's possible to write my own appender in Logback which sends the output to an IConsole. Is there a simpler way?

link|improve this question

feedback

1 Answer

Can't you just use Eclipse plugin for logback?

link|improve this answer
From download page: "Unfortunately, the console plugin is very much outdated. It expects logback version 0.9.9. It will be upgraded during the second semester of 2011." – Alexey Romanov Nov 15 '11 at 18:33
@AlexeyRomanov, well, as a dirty hack, you can rebuild logback to make it show the version you want. Or there are some other reasons not to use it? – FractalizeR Nov 16 '11 at 7:15
Presumably the problem is not with the version declared by Logback, but it actually isn't compatible with the current implementation. Otherwise they would have updated it long ago. – Alexey Romanov Nov 16 '11 at 8:51
@AlexeyRomanov I see. – FractalizeR Nov 16 '11 at 9:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.