Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ICrawlerLog Interface

An instance of this interface will be passed into the service's Initialize calls. To return messages to the portal job log, keep track of this instance and invoke the Log method with messages. The portal currently retrieves messages after IContainerProvider.AttachToContainer but this behavior is subject to change in future versions.

For a list of all members of this type, see ICrawlerLog Members.

public interface ICrawlerLog

Types that implement ICrawlerLog

Type Description
CWSLogger A simple logging implementation for passing string messages back to the portal. The CWS stub will instantiate this logger and pass it through to ContainerProvider.Initialize(). It is up to the developer to keep and use this object.

Requirements

Namespace: Plumtree.Remote.Crawler

Assembly: idk (in idk.dll)

See Also

ICrawlerLog Members | Plumtree.Remote.Crawler Namespace