Apache log4cxx Version 0.10.0

OptionHandler Class Reference

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

Inherits log4cxx::helpers::Object.

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

List of all members.

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.
virtual void setOption (const LogString &option, const LogString &value)=0
 Set option to value.

Detailed Description

A string based interface to configure package components.


Constructor & Destructor Documentation

virtual ~OptionHandler ( ) [inline, virtual]

Member Function Documentation

virtual void activateOptions ( log4cxx::helpers::Pool p) [pure virtual]

Activate the options that were previously set with calls to option setters.

This allows to defer activiation of the options until all options have been set. This is required for components which have related options that remain ambigous until all are set.

For example, the FileAppender has the File and Append options both of which are ambigous until the other is also set.

Implemented in AppenderSkeleton, ConsoleAppender, DailyRollingFileAppender, ODBCAppender, FileAppender, ExpressionFilter, LocationInfoFilter, DateLayout, OnlyOnceErrorHandler, HTMLLayout, SMTPAppender, SocketAppenderSkeleton, SocketHubAppender, SyslogAppender, TelnetAppender, NTEventLogAppender, PatternLayout, FilterBasedTriggeringPolicy, FixedWindowRollingPolicy, ManualTriggeringPolicy, RollingFileAppenderSkeleton, RollingPolicyBase, SizeBasedTriggeringPolicy, TimeBasedRollingPolicy, RollingFileAppender, SimpleLayout, Filter, FallbackErrorHandler, WriterAppender, and XMLLayout.


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