Checks if the specified log file exists. @return result of check
()
| 79 | * @return result of check |
| 80 | */ |
| 81 | boolean exists() { |
| 82 | synchronized(file) { |
| 83 | return file.exists(); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Writes new line to the log file. |
no outgoing calls
no test coverage detected