pathos 01/04/22 14:18:59 Modified: src/java/org/apache/log4j ConsoleAppender.java Log: Documentation changes. Revision Changes Path 1.8 +4 -4 jakarta-log4j/src/java/org/apache/log4j/ConsoleAppender.java Index: ConsoleAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/ConsoleAppender.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ConsoleAppender.java 2001/04/14 06:57:22 1.7 +++ ConsoleAppender.java 2001/04/22 21:18:59 1.8 @@ -58,7 +58,7 @@ Sets the value of the <b>Target</b> option. @param value String identifying a console; recognized values are - "System.err" (default) and "System.out" + "System.out" (default) and "System.err" */ public void setTarget(String value) { @@ -80,8 +80,8 @@ } void targetWarn(String val) { - LogLog.warn("["+val+"] should be one of System.out or System.err."); - LogLog.warn("Reverting to System.out."); + LogLog.warn("["+val+"] should be System.out or System.err."); + LogLog.warn("Using System.out (default)."); } public @@ -103,7 +103,7 @@ /** - Retuns the option names for this component, namely the string + Returns the option names for this component, namely the string array {{@link #TARGET_OPTION} and the options of its super class {@link WriterAppender}. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]