|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.afp.log.ConsoleLog
For quicker notification, the log messages are directed to the console. All the log messages are directed to their respective log files. If there are any error messages, which are to be corrected immediately, then those specific messages can be moved to the place where the user can view it and correct it immediately. For ease of use , these type of error messages are directed to the console instead of log files. There are various types of error messages. Depending upon the type of seriousness , the error messages can be moved to the console.
Field Summary | |
static java.io.PrintStream |
err
It holds the PrintStream reference for printing error messages on the console. |
static java.io.PrintStream |
out
It holds the PrintStream reference for printing output messages on the console. |
Method Summary | |
static boolean |
init()
Initialization process takes place here in this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.io.PrintStream out
public static java.io.PrintStream err
Method Detail |
public static boolean init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |