Simple question about appender SOCKET on logback

Hi to all, I have a simple question about logback. Is the SOCKET appender compatible with old log4j SOCKET appender? Is posible to use Chainsaw or Ganymede eclipse plugin, for example, with an enviroment based on logback and a SOCKET appender configured on it? Thanks, Vte. Ferrer

Hi, No, the serialized event format in logback and log4j are incompatible. So it is not possible for a SocketAppender in logback to send events to Chainsaw. However, I believe chainsaw has been ported to logback by Joern Huxhorn. See [1]. Alternatively, we did a logback plugin for eclipse. See [2]. HTH, [1] http://www.qos.ch/pipermail/logback-user/2007-April/000198.html [2] http://logback.qos.ch/consolePlugin.html Vicente Ferrer wrote:
Hi to all,
I have a simple question about logback. Is the SOCKET appender compatible with old log4j SOCKET appender? Is posible to use Chainsaw or Ganymede eclipse plugin, for example, with an enviroment based on logback and a SOCKET appender configured on it?
Thanks,
Vte. Ferrer
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch
participants (2)
-
Ceki Gulcu
-
Vicente Ferrer