|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Debug.LogTarget | |
---|---|
edu.rice.cs.cunit.util |
Uses of Debug.LogTarget in edu.rice.cs.cunit.util |
---|
Fields in edu.rice.cs.cunit.util with type parameters of type Debug.LogTarget | |
---|---|
private java.util.HashMap<java.lang.String,Debug.LogTarget> |
Debug._debugLogs
|
Methods in edu.rice.cs.cunit.util that return Debug.LogTarget | |
---|---|
Debug.LogTarget |
Debug.getLogTarget(java.lang.String logName)
Return the log target of the specified debug log. |
static Debug.LogTarget |
Debug.LogTarget.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Debug.LogTarget[] |
Debug.LogTarget.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.rice.cs.cunit.util with parameters of type Debug.LogTarget | |
---|---|
void |
Debug.setLogTarget(java.lang.String logName,
Debug.LogTarget target)
Set the log target of the debug log with the specified name, |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |