Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testCleanOnInitOneHandler
Method · 0.95
testCleanOnInitMultipleHandlers
Method · 0.95
testCleanDisabled
Method · 0.95
Calls
1
openWriter
Method · 0.95
Tested by
3
testCleanOnInitOneHandler
Method · 0.76
testCleanOnInitMultipleHandlers
Method · 0.76
testCleanDisabled
Method · 0.76