|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMultiLog
com.partnersoft.v3x.apps.Staker.server.BadJobLog
public class BadJobLog
A centralized logging facility for serious job errors. Kept separate from BadJobLog so that they are more easily noticed.
| Method Summary | |
|---|---|
void |
outputToConsole()
Outputs to console. |
void |
outputToFile(java.io.File filet)
Tries to output log to the given file. |
static BadJobLog |
singleton()
Get single instance of BadJobLog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BadJobLog singleton()
public void outputToConsole()
public void outputToFile(java.io.File filet)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||