A Log4j SocketServer service. Listens for client connections on the
specified port and creates a new thread and SocketNode to process the
incoming client log messages.
The LoggerRepository can be changed based on the clients address
by using a custom LoggerRepositoryFactory. The default factory
will simply return the current repository.
version: $Revision: 57209 $ author: Jason Dillon
Inner Class :protected class SocketListenerThread extends Thread
Inner Class :static class SocketThread extends Thread
Inner Class :public static interface LoggerRepositoryFactory
Inner Class :public static class DefaultLoggerRepositoryFactory implements LoggerRepositoryFactory