| Constructor and Description |
|---|
AMXDebugHelper() |
AMXDebugHelper(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpStack(String msg) |
boolean |
getDebug() |
boolean |
getEchoToStdOut(boolean echo) |
void |
println() |
void |
println(Object... items)
This form is preferred for multiple arguments so that String concatenation
can be avoided when no message will actually be output.
|
void |
println(Object o) |
void |
setDebug(boolean debug) |
void |
setEchoToStdOut(boolean echo) |
public AMXDebugHelper(String name)
public AMXDebugHelper()
public boolean getEchoToStdOut(boolean echo)
public void setEchoToStdOut(boolean echo)
public boolean getDebug()
public void setDebug(boolean debug)
public void println(Object o)
public void println()
public void println(Object... items)
println( a, b, c)instead of:
println( a + b + c )
public void dumpStack(String msg)
Copyright © 2017. All rights reserved.