class DebugOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
EXCEPTION |
(package private) static int |
LINE_TRACE |
(package private) static int |
MISC |
(package private) static int |
NONE |
(package private) static int |
TIME |
(package private) static int |
TRACE |
(package private) int |
validOutput |
(package private) static int |
VALUES |
(package private) static int |
WARNING |
| Constructor and Description |
|---|
DebugOutput(int outputTypes) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getValidOutput() |
(package private) void |
print(int outputType,
java.lang.String theOutput) |
(package private) void |
println(int outputType,
java.lang.String theOutput) |
(package private) void |
setValidOutput(int outputTypes) |
int validOutput
static final int TRACE
static final int VALUES
static final int MISC
static final int LINE_TRACE
static final int NONE
static final int EXCEPTION
static final int TIME
static final int WARNING
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.