Uses of Interface
org.apache.logging.log4j.core.net.Advertiser

Packages that use Advertiser
org.apache.logging.log4j.core.appender Log4j 2.0 Appenders. 
org.apache.logging.log4j.core.config Configuration of Log4j 2.0. 
org.apache.logging.log4j.core.net Log4j 2.0 network support. 
 

Uses of Advertiser in org.apache.logging.log4j.core.appender
 

Constructors in org.apache.logging.log4j.core.appender with parameters of type Advertiser
SocketAppender(String name, Layout layout, Filter filter, AbstractSocketManager manager, boolean handleException, boolean immediateFlush, Advertiser advertiser)
           
SyslogAppender(String name, Layout layout, Filter filter, boolean handleException, boolean immediateFlush, AbstractSocketManager manager, Advertiser advertiser)
           
 

Uses of Advertiser in org.apache.logging.log4j.core.config
 

Classes in org.apache.logging.log4j.core.config that implement Advertiser
 class DefaultAdvertiser
          The default advertiser does not do anything.
 

Fields in org.apache.logging.log4j.core.config declared as Advertiser
protected  Advertiser BaseConfiguration.advertiser
          The Advertiser which exposes appender configurations to external systems.
 

Methods in org.apache.logging.log4j.core.config that return Advertiser
 Advertiser Configuration.getAdvertiser()
           
 Advertiser BaseConfiguration.getAdvertiser()
           
 

Methods in org.apache.logging.log4j.core.config with parameters of type Advertiser
 void Configuration.setAdvertiser(Advertiser advertiser)
           
 void BaseConfiguration.setAdvertiser(Advertiser advertiser)
           
 

Uses of Advertiser in org.apache.logging.log4j.core.net
 

Classes in org.apache.logging.log4j.core.net that implement Advertiser
 class MulticastDNSAdvertiser
          Advertise an entity via ZeroConf/MulticastDNS and the JmDNS library.
 



Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.