Package org.apache.log.output

This package contains some useful output destination LogTargets.

See:
          Description

Class Summary
AbstractOutputTarget Abstract output target.
AbstractTarget Abstract target.
AsyncLogTarget An asynchronous LogTarget that sends entries on in another thread.
DatagramOutputTarget Deprecated. Use org.apache.log.output.net.DatagramOutputTarget instead
DefaultOutputLogTarget Deprecated. Use org.apache.log.output.io.WriterTarget or org.apache.log.output.io.StreamTarget as appropriate as this class encourages unsafe behaviour
FileOutputLogTarget Deprecated. Use org.apache.log.output.io.FileTarget as this class is not thread safe
MemoryTarget Output LogEvents into an buffer in memory.
NullOutputLogTarget A output target that does nothing.
ServletOutputLogTarget Generic logging interface.
 

Package org.apache.log.output Description

This package contains some useful output destination LogTargets.



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.