Centralised Java Logging

前端 未结 4 1214
既然无缘
既然无缘 2020-12-08 07:29

I\'m looking for a way to centralise the logging concerns of distributed software (written in Java) which would be quite easy, since the system in question has only one serv

4条回答
  •  难免孤独
    2020-12-08 07:49

    You can use Log4j with the SocketAppender, thus you have to write the server part as LogEvent processing. see http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SocketAppender.html

提交回复
热议问题