mcatan 2004/05/20 01:50:26
Modified: include/log4cxx propertyconfigurator.h
include/log4cxx/xml domconfigurator.h
Log:
updated doxygen documentation
Revision Changes Path
1.13 +9 -4 logging-log4cxx/include/log4cxx/propertyconfigurator.h
Index: propertyconfigurator.h
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/propertyconfigurator.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- propertyconfigurator.h 13 May 2004 21:14:38 -0000 1.12
+++ propertyconfigurator.h 20 May 2004 08:50:26 -0000 1.13
@@ -99,8 +99,9 @@
static String RENDERER_PREFIX;
static String THRESHOLD_PREFIX;
- /* Key for specifying the [EMAIL PROTECTED] spi::LoggerFactory
- LoggerFactory}. Currently set to
"<code>log4j.loggerFactory</code>". */
+ /** Key for specifying the [EMAIL PROTECTED] spi::LoggerFactory
+ LoggerFactory}. Currently set to
<code>"log4j.loggerFactory"</code>.
+ */
static String LOGGER_FACTORY_KEY;
static String INTERNAL_ROOT_NAME;
@@ -108,6 +109,10 @@
Used internally to keep track of configured appenders.
*/
std::map<String, AppenderPtr> registry;
+
+ /**
+ Used to create new instances of logger
+ */
spi::LoggerFactoryPtr loggerFactory;
public:
@@ -217,7 +222,7 @@
<p>Similar to the root logger syntax, each <i>appenderName</i>
(separated by commas) will be attached to the named logger.
-<p>See the <a href="../../../../manual.html#additivity">appender
+<p>See the <a href="Introduction.html#additivity">appender
additivity rule</a> in the user manual for the meaning of the
<code>additivity</code> flag.
@@ -346,7 +351,7 @@
protected:
/**
Check the provided <code>Properties</code> object for a
- #LoggerFactory
+ #loggerFactory
entry specified by #LOGGER_FACTORY_KEY. If such an entry
exists, an attempt is made to create an instance using the
default
constructor. This instance is used for subsequent Logger
creations
1.16 +1 -1 logging-log4cxx/include/log4cxx/xml/domconfigurator.h
Index: domconfigurator.h
===================================================================
RCS file: /home/cvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- domconfigurator.h 13 May 2004 21:14:38 -0000 1.15
+++ domconfigurator.h 20 May 2004 08:50:26 -0000 1.16
@@ -178,7 +178,7 @@
/**
Like #configureAndWatch(const String& configFilename,
long delay)
except that the default delay as defined by
- FileWatchdog#DEFAULT_DELAY is used.
+ helpers::FileWatchdog#DEFAULT_DELAY is used.
@param configFilename A log4j configuration file in XML
format.
*/
static void configureAndWatch(const String&
configFilename);