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
equals
boolean equals(Redwood.Record lastRecord,
Redwood.Record newRecord)
maxWaitTimeInMillis
long maxWaitTimeInMillis()
numToForcePrint
int numToForcePrint()
message
String message(int linesOmitted)
Stanford NLP Group