| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractTarget | |
| org.apache.log.output | This package contains some useful output destination LogTargets. | 
| org.apache.log.output.db | Database output destination LogTargets. | 
| org.apache.log.output.io | Stream anf file based output destination LogTargets. | 
| org.apache.log.output.io.rotate | Log file rotation policies. | 
| org.apache.log.output.jms | JMS based output destination LogTargets. | 
| org.apache.log.output.net | Datagram, Socket and SMTP output destination LogTargets. | 
| Uses of AbstractTarget in org.apache.log.output | 
| Subclasses of AbstractTarget in org.apache.log.output | |
|  class | AbstractOutputTargetAbstract output target. | 
|  class | AbstractWrappingTargetAbstract base class for targets that wrap other targets. | 
|  class | AsyncLogTargetAn asynchronous LogTarget that sends entries on in another thread. | 
|  class | MemoryTargetOutput LogEvents into an buffer in memory. | 
|  class | NullOutputLogTargetA output target that does nothing. | 
|  class | PriorityFilteringTargetThis is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority. | 
|  class | ServletOutputLogTargetGeneric logging interface. | 
| Uses of AbstractTarget in org.apache.log.output.db | 
| Subclasses of AbstractTarget in org.apache.log.output.db | |
|  class | AbstractJDBCTargetAbstract JDBC target. | 
|  class | DefaultJDBCTargetThe basic DB target for configurable output formats. | 
|  class | NormalizedJDBCTargetJDBC target that writes to normalized tables. | 
| Uses of AbstractTarget in org.apache.log.output.io | 
| Subclasses of AbstractTarget in org.apache.log.output.io | |
|  class | FileTargetA basic target that writes to a File. | 
|  class | SafeFileTargetA target that will open and close a file for each logevent. | 
|  class | StreamTargetA basic target that writes to an OutputStream. | 
|  class | WriterTargetThis target outputs to a writer. | 
| Uses of AbstractTarget in org.apache.log.output.io.rotate | 
| Subclasses of AbstractTarget in org.apache.log.output.io.rotate | |
|  class | RotatingFileTargetThis is a basic Output log target that writes to rotating files. | 
| Uses of AbstractTarget in org.apache.log.output.jms | 
| Subclasses of AbstractTarget in org.apache.log.output.jms | |
|  class | AbstractJMSTargetA target that writes to a JMS Topic. | 
|  class | JMSQueueTargetA target that writes to a JMS Queue. | 
|  class | JMSTopicTargetA target that writes to a JMS Topic. | 
| Uses of AbstractTarget in org.apache.log.output.net | 
| Subclasses of AbstractTarget in org.apache.log.output.net | |
|  class | DatagramOutputTargetA datagram output target. | 
|  class | SMTPOutputLogTargetLogkit output target that logs data via SMTP. | 
|  class | SocketOutputTargetSocketOutputTarget Useful for writing the output to a TCP/IP client socket. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||