MCPcopy Create free account
hub / github.com/apache/tomcat / log

Method log

java/jakarta/servlet/ServletContext.java:259–259  ·  view source on GitHub ↗

Writes the specified message to a servlet log file, usually an event log. The name and type of the servlet log file is specific to the servlet container. @param msg a String specifying the message to be written to the log file

(String msg)

Source from the content-addressed store, hash-verified

257 * @param msg a <code>String</code> specifying the message to be written to the log file
258 */
259 void log(String msg);
260
261 /**
262 * Writes an explanatory message and a stack trace for a given <code>Throwable</code> exception to the servlet log

Callers 1

logMethod · 0.65

Implementers 5

TesterServletContexttest/org/apache/tomcat/unittest/Tester
JspCServletContextjava/org/apache/jasper/servlet/JspCSer
NoPluggabilityServletContextjava/org/apache/catalina/core/Standard
ApplicationContextjava/org/apache/catalina/core/Applicat
ApplicationContextFacadejava/org/apache/catalina/core/Applicat

Calls

no outgoing calls

Tested by

no test coverage detected