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

Method print

java/org/apache/tomcat/util/log/SystemLogHandler.java:177–180  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

175 }
176
177 @Override
178 public void print(boolean b) {
179 findStream().print(b);
180 }
181
182 @Override
183 public void print(char c) {

Callers 3

convertMethod · 0.45
toStringMethod · 0.45
mainMethod · 0.45

Calls 1

findStreamMethod · 0.95

Tested by

no test coverage detected