Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.vcs.spi
Class VCSLogWriter

java.lang.Object
  extended by oracle.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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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