public class Verbose
extends java.lang.Object
| Constructor and Description | 
|---|
| Verbose() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | forcePrintln(java.lang.String text)Prints text. | 
| static boolean | isVerbose()Indicates if verbose output is printed. | 
| static void | println(java.lang.Exception e) | 
| static void | println(java.lang.String text)Prints text, if appropriate. | 
| static void | setVerbose(boolean verbose)Sets whether verbose output is printed. | 
public static void forcePrintln(java.lang.String text)
text - The text.public static boolean isVerbose()
public static void println(java.lang.Exception e)
public static void println(java.lang.String text)
text - The text.public static void setVerbose(boolean verbose)
verbose - true if verbose output is printed; false otherwise.