com.opensymphony.clickstream.logger
Class SimpleClickstreamLogger

java.lang.Object
  extended bycom.opensymphony.clickstream.logger.SimpleClickstreamLogger
All Implemented Interfaces:
ClickstreamLogger

public class SimpleClickstreamLogger
extends Object
implements ClickstreamLogger

A simple ClickstreamLogger that outputs the entire clickstream to the Jakarta Commons Logging component.

Author:
Patrick Lightbody

Constructor Summary
SimpleClickstreamLogger()
           
 
Method Summary
 void log(Clickstream clickstream)
          Initiates logging on a clickstream that just recently finished or was invalidated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClickstreamLogger

public SimpleClickstreamLogger()
Method Detail

log

public void log(Clickstream clickstream)
Description copied from interface: ClickstreamLogger
Initiates logging on a clickstream that just recently finished or was invalidated.

Specified by:
log in interface ClickstreamLogger
Parameters:
clickstream - the clickstream that has just finished

www.opensymphony.com/clickstream/