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

Method FileHandler

java/org/apache/juli/FileHandler.java:102–104  ·  view source on GitHub ↗

Default constructor. Uses LogManager properties for all configuration.

()

Source from the content-addressed store, hash-verified

100 * Default constructor. Uses LogManager properties for all configuration.
101 */
102 public FileHandler() {
103 this(null, null, null);
104 }
105
106
107 /**

Callers

nothing calls this directly

Calls 2

configureMethod · 0.95
cleanMethod · 0.95

Tested by

no test coverage detected