org.apache.tomcat.util.qlog
Class LogEntry

java.lang.Object
  extended byorg.apache.tomcat.util.qlog.LogEntry

public final class LogEntry
extends java.lang.Object

This is an entry that is created in response to every Logger.log(...) call.

Since:
Tomcat 3.1
Author:
Anil V (akv@eng.sun.com)

Method Summary
 void print(java.lang.StringBuffer outSB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

print

public void print(java.lang.StringBuffer outSB)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.