org.mbari.siam.core
Class DebugMessage
java.lang.Object
org.mbari.siam.core.DebugMessage
public class DebugMessage
- extends java.lang.Object
|
Method Summary |
static long |
getLevel()
|
static void |
print(java.lang.Exception e)
|
static void |
print(java.lang.String s)
|
static void |
println(java.lang.Exception e)
|
static void |
println(java.lang.String s)
|
static void |
setLevel(long level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugMessage
public DebugMessage()
setLevel
public static void setLevel(long level)
getLevel
public static long getLevel()
println
public static void println(java.lang.String s)
println
public static void println(java.lang.Exception e)
print
public static void print(java.lang.String s)
print
public static void print(java.lang.Exception e)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.