public class Debugger extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LEVEL |
static int |
MED_LEVEL |
static int |
MIN_LEVEL |
static int |
NUL_LEVEL |
| Modifier | Constructor and Description |
|---|---|
protected |
Debugger()
Hidden away
|
| Modifier and Type | Method and Description |
|---|---|
static Debugger |
getInstance()
Makes sure there is always just one instance of Debugger
|
void |
println(String message,
int level)
Prints the given message if the given level is big enough (so that we can
filter messages away)
|
Copyright © 2013. All rights reserved.