| Author |
Log4j Configuration
|
Saket Kumar Sinha
Ranch Hand
Joined: Aug 04, 2011
Posts: 31
|
|
Hi All,
I am using SocketAppender for Logging. All Logs are getting logged into one remote server which is listening the log events on some socket.
My Problem is if remote logging server is down then log events are not getting captured.
I want that if remote logging server is down then the log should be appended to file in the local System.
Is this type of configuration is possible.
Please help me with some suitable links !!
Thanks!!
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
If there's nothing available in the package, there's nothing to stop you from writing your own appender which does that. The source code is freely available, after all. Have a look at the source code for SocketAppender and the various kinds of FileAppender.
|
 |
 |
|
|
subject: Log4j Configuration
|
|
|