Clears the log.
()
| 587 | * Clears the log. |
| 588 | */ |
| 589 | public void clear() { |
| 590 | if (logPane != null) |
| 591 | logPane.setText(null); |
| 592 | logBuffer.setLength(0); |
| 593 | } |
| 594 | |
| 595 | /** |
| 596 | * Saves the log to a text file specified by name. |
no test coverage detected