org.apache.logging.log4j.core
Interface LifeCycle

All Known Subinterfaces:
Appender<T>
All Known Implementing Classes:
AbstractAppender, AbstractFilter, AbstractOutputStreamAppender, AsyncAppender, AsyncLoggerContext, BurstFilter, CompositeFilter, ConsoleAppender, DynamicThresholdFilter, FailoverAppender, FastFileAppender, FastRollingFileAppender, FileAppender, JMSQueueAppender, JMSTopicAppender, LoggerContext, MapFilter, MarkerFilter, RegexFilter, RewriteAppender, RollingFileAppender, RoutingAppender, SMTPAppender, SocketAppender, StructuredDataFilter, SyslogAppender, ThreadContextMapFilter, ThresholdFilter, TimeFilter

public interface LifeCycle


Method Summary
 boolean isStarted()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

isStarted

boolean isStarted()


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.