Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::spi::OptionHandler Class Referenceabstract

A string based interface to configure package components. More...

#include <optionhandler.h>

Inheritance diagram for log4cxx::spi::OptionHandler:
log4cxx::helpers::Object log4cxx::Appender log4cxx::Layout log4cxx::rolling::RollingPolicy log4cxx::rolling::TriggeringPolicy log4cxx::spi::ErrorHandler log4cxx::spi::Filter log4cxx::AppenderSkeleton log4cxx::FMTLayout log4cxx::HTMLLayout log4cxx::JSONLayout log4cxx::PatternLayout log4cxx::SimpleLayout log4cxx::xml::XMLLayout log4cxx::rolling::RollingPolicyBase log4cxx::rolling::FilterBasedTriggeringPolicy log4cxx::rolling::ManualTriggeringPolicy log4cxx::rolling::SizeBasedTriggeringPolicy log4cxx::rolling::TimeBasedRollingPolicy log4cxx::helpers::OnlyOnceErrorHandler log4cxx::varia::FallbackErrorHandler log4cxx::filter::AndFilter log4cxx::filter::DenyAllFilter log4cxx::filter::ExpressionFilter log4cxx::filter::LevelMatchFilter log4cxx::filter::LevelRangeFilter log4cxx::filter::LocationInfoFilter log4cxx::filter::LoggerMatchFilter log4cxx::filter::MapFilter log4cxx::filter::PropertyFilter log4cxx::filter::StringMatchFilter

Public Member Functions

virtual ~OptionHandler ()
 
virtual void activateOptions (helpers::Pool &p)=0
 Activate the options that were previously set with calls to option setters.
 
virtual void setOption (const LogString &option, const LogString &value)=0
 Set option to value.
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

A string based interface to configure package components.

Constructor & Destructor Documentation

◆ ~OptionHandler()

virtual log4cxx::spi::OptionHandler::~OptionHandler ( )
inlinevirtual

Member Function Documentation

◆ activateOptions()

◆ setOption()


The documentation for this class was generated from the following file: