Public Member Functions | |
LoggerPrintStream (OutputStream out) | |
LoggerPrintStream (OutputStream out, PrintStream screen) | |
LoggerPrintStream (OutputStream out, PrintStream screen, String message) | |
Override void | print (boolean b) |
Override void | print (char c) |
Override void | print (int i) |
Override void | print (long l) |
Override void | print (float f) |
Override void | print (double d) |
Override void | print (char s[]) |
Override void | print (String s) |
Override void | print (Object obj) |
Override void | println () |
Override void | println (boolean x) |
Override void | println (char x) |
Override void | println (int x) |
Override void | println (long x) |
Override void | println (float x) |
Override void | println (double x) |
Override void | println (char x[]) |
Override void | println (String x) |
Override void | println (Object x) |
Private Member Functions | |
void | timestamp () |
Private Attributes | |
DateFormat | dateFormat = new SimpleDateFormat("HH:mm:ss.SSS") |
boolean | lineStart = true |
PrintStream | screen |
Definition at line 15 of file LoggerPrintStream.java.
|
Creates a timestamped print stream directed to one output.
Definition at line 28 of file LoggerPrintStream.java. |
|
Creates a timestamped print stream directed to two outputs.
Definition at line 38 of file LoggerPrintStream.java. |
|
Creates a timestamped print stream directed to two outputs with a startup message.
Definition at line 50 of file LoggerPrintStream.java. |
|
Definition at line 138 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 130 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 122 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 114 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 106 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 98 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 90 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 82 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 74 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 194 of file LoggerPrintStream.java. |
|
Definition at line 189 of file LoggerPrintStream.java. |
|
Definition at line 184 of file LoggerPrintStream.java. |
|
Definition at line 179 of file LoggerPrintStream.java. |
|
Definition at line 174 of file LoggerPrintStream.java. |
|
Definition at line 169 of file LoggerPrintStream.java. |
|
Definition at line 164 of file LoggerPrintStream.java. |
|
Definition at line 159 of file LoggerPrintStream.java. |
|
Definition at line 154 of file LoggerPrintStream.java. |
|
Definition at line 146 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.lineStart, and ikayaki.util.LoggerPrintStream.screen. |
|
Definition at line 63 of file LoggerPrintStream.java. References ikayaki.util.LoggerPrintStream.dateFormat, ikayaki.util.LoggerPrintStream.lineStart, ikayaki.util.LoggerPrintStream.screen, and ikayaki.util.LoggerPrintStream.timestamp(). Referenced by ikayaki.util.LoggerPrintStream.print(), and ikayaki.util.LoggerPrintStream.timestamp(). |
Here is the call graph for this function:
|
Definition at line 17 of file LoggerPrintStream.java. Referenced by ikayaki.util.LoggerPrintStream.timestamp(). |
|
Definition at line 19 of file LoggerPrintStream.java. Referenced by ikayaki.util.LoggerPrintStream.println(), and ikayaki.util.LoggerPrintStream.timestamp(). |
|
Definition at line 21 of file LoggerPrintStream.java. Referenced by ikayaki.util.LoggerPrintStream.print(), ikayaki.util.LoggerPrintStream.println(), and ikayaki.util.LoggerPrintStream.timestamp(). |