com.opensymphony.clickstream.logger
Class SimpleClickstreamLogger
java.lang.Object
com.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
|
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 |
SimpleClickstreamLogger
public SimpleClickstreamLogger()
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