org.apache.log.output
public class ServletOutputLogTarget extends AbstractOutputTarget
Field Summary | |
---|---|
ServletContext | m_context |
Constructor Summary | |
---|---|
ServletOutputLogTarget(ServletContext context, Formatter formatter)
Constructor.
| |
ServletOutputLogTarget(ServletContext context)
Constructor.
|
Method Summary | |
---|---|
void | close()
Shutdown target.
|
protected void | write(String message)
Logs message to servlet context log file
|
Parameters: context ServletContext to use for logging.
Parameters: context ServletContext to use for logging.
Parameters: message message to log to servlet context log file.