MCPcopy Index your code
hub / github.com/apache/tomcat / open

Method open

java/org/apache/juli/FileHandler.java:454–456  ·  view source on GitHub ↗

Open the new log file for the date specified by date .

()

Source from the content-addressed store, hash-verified

452 * Open the new log file for the date specified by <code>date</code>.
453 */
454 public void open() {
455 openWriter();
456 }
457
458 /**
459 * Open the writer for the current log file.

Callers 3

testCleanDisabledMethod · 0.95

Calls 1

openWriterMethod · 0.95

Tested by 3

testCleanDisabledMethod · 0.76