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)
| 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 |
no outgoing calls
no test coverage detected