ceki2005/01/05 10:37:54
Modified:src/java/org/apache/log4j/net SocketAppender.java
Log:
Making SocketAppender to the log4j internal logging guidelines.
Revision ChangesPath
1.25 +63 -71
logging-log4j/src/java/org/apache/log4j/net/SocketAppender.java
Inde
psmith 2004/05/09 15:33:59
Modified:src/java/org/apache/log4j/net SocketAppender.java
Log:
oops, should have used the getMessage rather than rely on exception's toString
method.
Revision ChangesPath
1.23 +1 -1 logging-log4j/src/java/org/apache/log4j/net/Socket
psmith 2004/05/09 15:29:39
Modified:src/java/org/apache/log4j/net SocketAppender.java
Log:
Changed so that failure to connect to a remote Socket doesn't output ugly stack
trace, but
it is still an error, and you still get the underlying Exception message string,
without having