Class LogtoolContext

java.lang.Object
org.powertac.logtool.LogtoolContext
Direct Known Subclasses:
Logtool, NoopAnalyzer

public abstract class LogtoolContext
extends Object
Abstract class to hook an Analyzer into the Spring Context. For this to work, the Analyzer must first call getCore() to retrieve the LogtoolCore reference, then call the readStateLog() method on the LogtoolCore to do the analysis.
Author:
John Collins