The LogStream interface is an abstract definition of a stream that encapsulates a physical log. In contrast to a regular input or output stream, a log stream has both input and output facilities to the same underlying log. It also allows for checkpointing, but the client is responsible for determining the checkpoint contents. Checkpointing allows the log stream to decrease in size.
LogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system.
@version 1.21, 11/17/05
@author Ann Wollrath (lots of code stolen from Ken Arnold)
@since JDK1.1
@deprecated no replacement
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.