com.plumtree.remote.crawler
Class CWSLogger

java.lang.Object
  extended bycom.plumtree.remote.crawler.CWSLogger
All Implemented Interfaces:
ICrawlerLog

public class CWSLogger
extends java.lang.Object
implements ICrawlerLog

A simple logging implementation for passing string messages back to the portal.


Method Summary
 void Log(java.lang.String message)
          Adds a string message to the list of messages for the portal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Log

public void Log(java.lang.String message)
Adds a string message to the list of messages for the portal.

Specified by:
Log in interface ICrawlerLog
Parameters:
message - the message to send back


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.