インタフェース
org.apache.log4j.net.NetworkBased の使用

NetworkBased を使用しているパッケージ
org.apache.log4j.net   
 

org.apache.log4j.net での NetworkBased の使用
 

org.apache.log4j.net での NetworkBased のサブインタフェース
 interface AddressBased
          Net based entities that 'work with' an Address should consider implementing this interface so that they can be treated generically.
 interface PortBased
          Net based entities that 'work with' a Port should consider implementing this interface so that they can be treated generically.
 

NetworkBased を実装している org.apache.log4j.net のクラス
 class MulticastAppender
          Multicast-based Appender.
 class MulticastReceiver
          Multicast-based receiver.
 class SocketHubReceiver
          SocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
 class SocketReceiver
          SocketReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
 class UDPAppender
          Sends log information as a UDP datagrams.
 class UDPReceiver
          Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.
 class XMLSocketReceiver
          XMLSocketReceiver receives a remote logging event via XML on a configured socket and "posts" it to a LoggerRepository as if the event were generated locally.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.