|
ProgramixGenericLib v5.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.programix.thread.LineLogger.ConsoleOutput
public static class LineLogger.ConsoleOutput
An implementation of LineLogger.Output
that just
sends the output to the console (System.out). This is
an singlton
as there is no need for more than one.
Method Summary | |
---|---|
static LineLogger.ConsoleOutput |
getInstance()
Returns the one and only instance. |
void |
out(String msg)
Write out a partial line—without a newline. |
void |
outln(String msg)
Write out a full line—or complete an already partially written line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LineLogger.ConsoleOutput getInstance()
public void out(String msg)
LineLogger.Output
out
in interface LineLogger.Output
public void outln(String msg)
LineLogger.Output
outln
in interface LineLogger.Output
|
ProgramixGenericLib v5.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |