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.
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. |
Namespace: Plumtree.Remote.Crawler
Assembly: idk (in idk.dll)
ICrawlerLog Members | Plumtree.Remote.Crawler Namespace