|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.directj.jlogger.StreamOutput
|
+--net.directj.jlogger.ConsoleOutput
This is a simple class that just print logging output onto the console (System.out). It specify where data is written. WARNING: This class just print the specified string, but without a nl character. The formatter HAVE TO take care of 'nl' ('\n' in java) char.
| Nested Class Summary |
| Nested classes inherited from class net.directj.jlogger.StreamOutput |
|
| Field Summary |
| Fields inherited from class net.directj.jlogger.StreamOutput |
|
| Constructor Summary | |
ConsoleOutput()
Creates a new ConsoleOutput. |
|
| Methods inherited from class net.directj.jlogger.StreamOutput |
equals, hashCode, print |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.directj.jlogger.Output |
print |
| Constructor Detail |
public ConsoleOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||