Extension SDK 10.1.2


oracle.jdeveloper.vcs.spi
Class VCSLogWriter

java.lang.Object
  extended byoracle.jdeveloper.vcs.spi.VCSLogWriter


public class VCSLogWriter
extends java.lang.Object

Utility class for logging messages to a log message page.

Since:
9.0.5

Constructor Summary
VCSLogWriter(LogPage page)
Constructor.

Method Summary
void close()
Closes the stream.
void println(java.lang.String s)
Prints a String and then terminates the line.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

VCSLogWriter

public VCSLogWriter(LogPage page)
Constructor.
Parameters:
page - the log page on which the writer is based.

Method Detail

println

public void println(java.lang.String s)
Prints a String and then terminates the line.
Parameters:
s - the String value to be printed.

close

public void close()
Closes the stream.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.