edu.stanford.nlp.util.logging
Interface RepeatedRecordHandler.RepeatSemantics

All Known Implementing Classes:
RepeatedRecordHandler.ApproximateRepeatSemantics, RepeatedRecordHandler.ExactRepeatSemantics
Enclosing class:
RepeatedRecordHandler

public static interface RepeatedRecordHandler.RepeatSemantics

Determines the semantics of what constitutes a repeated record


Method Summary
 boolean equals(Redwood.Record lastRecord, Redwood.Record newRecord)
           
 long maxWaitTimeInMillis()
           
 String message(int linesOmitted)
           
 int numToForcePrint()
           
 

Method Detail

equals

boolean equals(Redwood.Record lastRecord,
               Redwood.Record newRecord)

maxWaitTimeInMillis

long maxWaitTimeInMillis()

numToForcePrint

int numToForcePrint()

message

String message(int linesOmitted)


Stanford NLP Group