Package org.xwiki.logging.tail
Interface LogTailResult
-
- All Known Implementing Classes:
EmptyLogTailResult
public interface LogTailResult extends Iterable<LogEvent>
The result of a log search.- Since:
- 11.9RC1
- Version:
- $Id: 778cd06889934c76f73e0e798f41bfae2e9fab04 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<LogEvent>
stream()
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-