public final class DebugLogPrintWriter extends Object
| Constructor and Description |
|---|
DebugLogPrintWriter() |
| Modifier and Type | Method and Description |
|---|---|
static PrintWriter |
getInstance()
If the MPXJ_DEBUG_LOG environment variable is set, create a
PrintWriter to write to the specified file.
|
static PrintWriter |
getInstance(boolean append)
If the MPXJ_DEBUG_LOG environment variable is set, create a
PrintWriter to write to the specified file.
|
public static final PrintWriter getInstance()
public static final PrintWriter getInstance(boolean append)
append - append to an existing file if trueCopyright © 2000–2025 MPXJ. All rights reserved.