
Hi, I'm looking for a TelnetAppender as it used to exist in Log4j. I saw, that there was a TelnetAppender in Logback version 0.91, but for some reason it doesn't exist in version 1.1.2. Is there no more TelnetAppender, or did I miss something? Greets, Max

Max, Can you use a SocketAppender? http://logback.qos.ch/manual/appenders.html#SocketAppender Thanks David -- View this message in context: http://logback.10977.n7.nabble.com/Telnet-Appender-tp14208p14220.html Sent from the Users mailing list archive at Nabble.com.

An stubbed appender named "TelnetAppender" was added in 0.9.8 <https://github.com/qos-ch/logback/commit/c291b38db52132bdf822cd9f0473365759f45f38> and subsequently removed in 0.9.19 <https://github.com/qos-ch/logback/commit/fc91f4117cfaacbd6deac9fb319a6abe07b45115> (never having been fully implemented). There are no plans to revive that effort, but this could be added to logback-extensions <https://github.com/qos-ch/logback-extensions> (via a pull request :-) ), especially since it shouldn't be too difficult to port a log4j appender to logback. -Tony On Sun, May 17, 2015 at 10:58 AM diroussel <nabble@diroussel.xsmail.com> wrote:
Max,
Can you use a SocketAppender?
http://logback.qos.ch/manual/appenders.html#SocketAppender
Thanks
David
-- View this message in context: http://logback.10977.n7.nabble.com/Telnet-Appender-tp14208p14220.html Sent from the Users mailing list archive at Nabble.com. _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user

Ok, thank you for your answers, I think about it. ----- Ursprüngliche Mail ----- Von: "Tony Trinh" <tony19@gmail.com> An: "logback users list" <logback-user@qos.ch> Gesendet: Sonntag, 17. Mai 2015 21:52:12 Betreff: Re: [logback-user] Telnet-Appender An stubbed appender named "TelnetAppender" was added in 0.9.8 and subsequently removed in 0.9.19 (never having been fully implemented). There are no plans to revive that effort, but this could be added to logback-extensions (via a pull request :-) ), especially since it shouldn't be too difficult to port a log4j appender to logback. -Tony On Sun, May 17, 2015 at 10:58 AM diroussel < nabble@diroussel.xsmail.com > wrote: Max, Can you use a SocketAppender? http://logback.qos.ch/manual/appenders.html#SocketAppender Thanks David -- View this message in context: http://logback.10977.n7.nabble.com/Telnet-Appender-tp14208p14220.html Sent from the Users mailing list archive at Nabble.com. _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
participants (3)
-
diroussel
-
Max Urech
-
Tony Trinh