()
| 514 | } |
| 515 | |
| 516 | private Writer getWriter() throws IOException { |
| 517 | if (output == null) { |
| 518 | output = createWriter(); |
| 519 | } |
| 520 | return output; |
| 521 | } |
| 522 | |
| 523 | /// Returns a simple string containing a timestamp and thread name. |
| 524 | /// |
no test coverage detected