| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.debugger.Log
public class Log
This class provides a (very basic) line-based logging facility.
| Field Summary | |
|---|---|
| static int | DEBUGLog level used to debug problems (very verbose). | 
| static int | INFOInformational log level. | 
| static int | levelThe current logging level. | 
| static int | NONEDisables logging. | 
| static PrintStream | outWhere messages are logged. | 
| static int | VERBOSEMore verbose log level. | 
| Method Summary | |
|---|---|
| static boolean | debug() | 
| static boolean | info() | 
| static void | log(String msg)Logs a message as a line sent to the current logging stream. | 
| static boolean | verbose() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int NONE
public static final int INFO
public static final int VERBOSE
public static final int DEBUG
public static final int level
public static final PrintStream out
| Method Detail | 
|---|
public static boolean info()
public static boolean verbose()
public static boolean debug()
public static void log(String msg)
msg - the message to log| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||