Interface AggregatingFixtureLogger
-
- All Superinterfaces:
FixtureLogger
- All Known Implementing Classes:
DefaultFixtureLogger
public interface AggregatingFixtureLogger extends FixtureLogger
A sub-interface ofFixtureLoggerwhich aggregates the log messages and provides methods to retrieve them.- Author:
- Rene Schneider - initial API and implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearLines()Clears any lines currently stored in the logger.List<LogLine>getLines()Returns the currently aggregated log lines, but does NOT clear the buffer.
-