| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.apache.java.io.LogWriter.Agent
Class implementing the background logging.
| Fields inherited from class java.lang.Thread | 
| contextClassLoader,  
daemon,  
eetop,  
group,  
inheritedAccessControlContext,  
initial_stack_memory,  
MAX_PRIORITY,  
MIN_PRIORITY,  
name,  
NORM_PRIORITY,  
priority,  
PrivateInfo,  
single_step,  
stillborn,  
stopThreadPermission,  
target,  
threadInitNumber,  
threadQ,  
values | 
| Constructor Summary | |
| protected  | LogWriter.Agent() | 
| Method Summary | |
|  void | flush()Flush the log record queue. | 
|  void | run()Wait for the messages in the log message queue and pass them to the log media, whatever it is. | 
|  void | write(LogRecord lr)Write the log record on the log stream. | 
| Methods inherited from class java.lang.Thread | 
|  | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
protected LogWriter.Agent()
| Method Detail | 
public void run()
public void write(LogRecord lr)
public void flush()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||