MCPcopy Create free account
hub / github.com/apache/tomcat / close

Method close

java/org/apache/juli/FileHandler.java:298–301  ·  view source on GitHub ↗

Close the currently open log file (if any).

()

Source from the content-addressed store, hash-verified

296 * Close the currently open log file (if any).
297 */
298 @Override
299 public void close() {
300 closeWriter();
301 }
302
303 /**
304 * Close the currently open log file writer.

Callers 3

testCleanDisabledMethod · 0.95

Calls 1

closeWriterMethod · 0.95

Tested by 3

testCleanDisabledMethod · 0.76