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