@@ -80,7 +80,7 @@ class LOG4CXX_EXPORT LogManager
80
80
/* *
81
81
Retrieve the \c name Logger instance from the
82
82
{@link spi::LoggerRepository LoggerRepository}
83
- using DefaultLoggerFactory to create it if required.
83
+ using LoggerFactory to create it if required.
84
84
85
85
Calls {@link spi::LoggerRepository::ensureIsConfigured ensureIsConfigured} passing {@link DefaultConfigurator::configure} to ensure
86
86
the repository is configured.
@@ -105,7 +105,7 @@ class LOG4CXX_EXPORT LogManager
105
105
/* *
106
106
Retrieve the \c name Logger instance from the
107
107
{@link spi::LoggerRepository LoggerRepository}
108
- using DefaultLoggerFactory to create it if required.
108
+ using LoggerFactory to create it if required.
109
109
110
110
Calls {@link spi::LoggerRepository::ensureIsConfigured ensureIsConfigured} passing {@link DefaultConfigurator::configure} to ensure
111
111
the repository is configured.
@@ -130,7 +130,7 @@ class LOG4CXX_EXPORT LogManager
130
130
/* *
131
131
Retrieve the \c name Logger instance from the
132
132
{@link spi::LoggerRepository LoggerRepository}
133
- using DefaultLoggerFactory to create it if required.
133
+ using LoggerFactory to create it if required.
134
134
135
135
Calls {@link spi::LoggerRepository::ensureIsConfigured ensureIsConfigured}
136
136
passing {@link DefaultConfigurator::configure} to ensure
@@ -157,7 +157,7 @@ class LOG4CXX_EXPORT LogManager
157
157
/* *
158
158
Retrieve the \c name Logger instance from the
159
159
{@link spi::LoggerRepository LoggerRepository}
160
- using DefaultLoggerFactory to create it if required.
160
+ using LoggerFactory to create it if required.
161
161
162
162
Calls {@link spi::LoggerRepository::ensureIsConfigured ensureIsConfigured}
163
163
passing {@link DefaultConfigurator::configure} to ensure
@@ -185,7 +185,7 @@ class LOG4CXX_EXPORT LogManager
185
185
/* *
186
186
Retrieve the \c name Logger instance from the
187
187
{@link spi::LoggerRepository LoggerRepository}
188
- using DefaultLoggerFactory to create it if required.
188
+ using LoggerFactory to create it if required.
189
189
190
190
Calls {@link spi::LoggerRepository::ensureIsConfigured ensureIsConfigured}
191
191
passing {@link DefaultConfigurator::configure} to ensure
0 commit comments