stella.log
Interface MeritTracing


public interface MeritTracing


Method Summary
 boolean addMeritTrace(Appointable app)
          We allow merit tracing for the specified appointable target.
 boolean removeMeritTrace(Appointable app)
          Remove an appointable target from the merit tracing list.
 

Method Detail

addMeritTrace

boolean addMeritTrace(Appointable app)
We allow merit tracing for the specified appointable target. The concrete form of the tracing (i.e writing to a file or stdout, etc.) is unspecified.


removeMeritTrace

boolean removeMeritTrace(Appointable app)
Remove an appointable target from the merit tracing list.