|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwheelsunh.users.Log
public class Log
Class that models a 2D line. Has methods allowing you to adjust the line's points, thickness, color, etc.
Constructor Summary | |
---|---|
Log()
|
Method Summary | |
---|---|
static void |
both(java.lang.String fileName)
Log messages to System.out and file with name filename. |
static void |
console()
Log messages to System.out only |
static void |
file(java.lang.String fileName)
Log messages to file with name filename only. |
static void |
off()
|
static void |
on()
|
static void |
pause()
Pause execution until the user hits return on the keyboard. |
static void |
pause(java.lang.String str)
Pause execution until the user hits return on the keyboard. |
static void |
println()
Print out line number information for this call. |
static void |
println(java.lang.String s)
Print out message with method and line number information for this call. |
static void |
trace()
Print a stack trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Log()
Method Detail |
---|
public static void println(java.lang.String s)
public static void println()
public static void file(java.lang.String fileName)
public static void both(java.lang.String fileName)
public static void trace()
public static void pause(java.lang.String str)
public static void pause()
public static void console()
public static void off()
public static void on()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |