|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.util.Logger
A logger.
Field Summary | |
private static java.io.PrintWriter |
_logFile
|
private static java.io.PrintWriter |
_logFile2
|
Constructor Summary | |
Logger()
|
Method Summary | |
static void |
log(java.lang.String line)
Logs a line. |
static void |
log2(java.lang.String line)
Logs a line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static java.io.PrintWriter _logFile
private static java.io.PrintWriter _logFile2
Constructor Detail |
public Logger()
Method Detail |
public static void log(java.lang.String line)
line
- the line.String
public static void log2(java.lang.String line)
line
- the line.String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |