Sending logs using log4j to web service in Java
问题 I am fairly new to the web services world but have knowledge of log4j . I need to implement a functionality which will send the log messages to a web service rather than to a file using web service appender . I read by searching on Google that WebServiceAppender is one of the log4j class, but I couldn't verify this. log4j.appender.CONSOLE=main.WSAppender log4j.appender.CONSOLE.endpoint=http://localhost:8080/Logging/services/logging?wsdl log4j.appender.CONSOLE.layout=org.apache.log4j