Apache log4cxx  Version 0.10.0
OptionHandler Class Referenceabstract

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

Inherits Object.

Inherited by Appender [virtual], Layout [virtual], RollingPolicy [virtual], TriggeringPolicy [virtual], ErrorHandler [virtual], and Filter [virtual].

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from Object
static const helpers::ClassgetStaticClass ()
 
static const log4cxx::helpers::ClassRegistrationregisterClass ()
 

Detailed Description

A string based interface to configure package components.

Constructor & Destructor Documentation

◆ ~OptionHandler()

virtual ~OptionHandler ( )
inlinevirtual

Member Function Documentation

◆ activateOptions()

◆ setOption()


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