1
0

Emphasized that DIAGNOSTICS_DEST_PROPERTY is a constant.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@399431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-05-03 20:58:34 +00:00
parent 481a7fc7ca
commit 35e8d9a94e

View File

@@ -1476,7 +1476,7 @@ public abstract class LogFactory {
/** /**
* Determines whether the user wants internal diagnostic output. If so, * Determines whether the user wants internal diagnostic output. If so,
* returns an appropriate writer object. Users can enable diagnostic * returns an appropriate writer object. Users can enable diagnostic
* output by setting the system property named DIAGNOSTICS_DEST_PROPERTY to * output by setting the system property named {@link #DIAGNOSTICS_DEST_PROPERTY} to
* a filename, or the special values STDOUT or STDERR. * a filename, or the special values STDOUT or STDERR.
*/ */
private static void initDiagnostics() { private static void initDiagnostics() {