SocketHandler
Class SocketHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- java.util.logging.StreamHandler
-
- java.util.logging.SocketHandler
public class SocketHandler extends StreamHandler
Simple network logging Handler
.
LogRecords
are published to a network stream connection. By default the XMLFormatter
class is used for formatting.
Configuration: By default each SocketHandler
is initialized using the following LogManager
configuration properties where <handler-name>
refers to the fully-qualified class name of the handler. If pro