| java.lang.Object org.w3c.jigsaw.http.Logger org.w3c.jigsaw.http.CommonLogger org.w3c.jigsaw.http.ExtendedCommonLogger
ExtendedCommonLogger | public class ExtendedCommonLogger extends CommonLogger (Code) | | The ExtendedCommonLogger class implements the abstract Logger class.
It just rotates the log every month and use the extended log format
See Also: org.w3c.jigsaw.http.CommonLogger |
Method Summary | |
public void | log(Request request, Reply reply, int nbytes, long duration) Log the given HTTP transaction. |
ExtendedCommonLogger | ExtendedCommonLogger()(Code) | | Construct a new Logger instance.
|
log | public void log(Request request, Reply reply, int nbytes, long duration)(Code) | | Log the given HTTP transaction.
This is shamelessly slow.
|
Methods inherited from org.w3c.jigsaw.http.CommonLogger | protected synchronized void appendLogBuffer(String msg) throws IOException(Code)(Java Doc) protected synchronized void checkLogFile(Date now)(Code)(Java Doc) protected synchronized void dateCache(long date, StringBuffer sb)(Code)(Java Doc) public void errlog(Client client, String msg)(Code)(Java Doc) public void errlog(String msg)(Code)(Java Doc) protected void errlogmsg(String msg)(Code)(Java Doc) protected String getFilename(String propname, String def)(Code)(Java Doc) public void initialize(httpd server)(Code)(Java Doc) public void log(Request request, Reply reply, int nbytes, long duration)(Code)(Java Doc) public void log(String msg)(Code)(Java Doc) protected void logmsg(String msg)(Code)(Java Doc) protected void openErrorLogFile()(Code)(Java Doc) protected void openLogFile(int year, int month, int day)(Code)(Java Doc) protected void openLogFile(int year, int month)(Code)(Java Doc) protected void openLogFile(int year)(Code)(Java Doc) protected void openLogFile()(Code)(Java Doc) protected void openTraceFile()(Code)(Java Doc) protected synchronized void output(RandomAccessFile f, String msg) throws IOException(Code)(Java Doc) public boolean propertyChanged(String name)(Code)(Java Doc) public synchronized void shutdown()(Code)(Java Doc) public synchronized void sync()(Code)(Java Doc) public void trace(Client client, String msg)(Code)(Java Doc) public void trace(String msg)(Code)(Java Doc) protected void tracemsg(String msg)(Code)(Java Doc)
|
|
|