public class VCSLogWriter
extends java.lang.Object
Utility class for logging messages to a log message page.
| Constructor and Description | 
|---|
VCSLogWriter(LogPage page)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Closes the stream. 
 | 
void | 
println(java.lang.String s)
Prints a String and then terminates the line. 
 | 
public VCSLogWriter(LogPage page)
page - the log page on which the writer is based.