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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user