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