Author: ggregory
Date: Sat Nov 3 06:05:51 2012
New Revision: 1405283
URL: http://svn.apache.org/viewvc?rev=1405283&view=rev
Log:
Javadoc.
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/DefaultConfiguration.java
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/DefaultConfiguration.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/DefaultConfiguration.java?rev=1405283&r1=1405282&r2=1405283&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/DefaultConfiguration.java
(original)
+++
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/DefaultConfiguration.java
Sat Nov 3 06:05:51 2012
@@ -23,10 +23,9 @@ import org.apache.logging.log4j.core.app
import org.apache.logging.log4j.core.layout.PatternLayout;
/**
- * The default configuration. It writes all output to the Console using the
default logging level
- * that is configured by setting the "org.apache.logging.log4j.level" system
property or the ERROR
- * Level if the system property is not specified. Log Events will be printed
using the basic
- * formatting provided by each Message.
+ * The default configuration writes all output to the Console using the
default logging level. You configure default logging level by setting the
+ * system property "org.apache.logging.log4j.level" to a level name. If you do
not specify the property, Log4J uses the ERROR Level. Log
+ * Events will be printed using the basic formatting provided by each Message.
*/
public class DefaultConfiguration extends BaseConfiguration {