@Singleton
public class LogFileReader
extends java.lang.Object
| Constructor and Description |
|---|
LogFileReader() |
| Modifier and Type | Method and Description |
|---|---|
akka.stream.javadsl.Source<akka.util.ByteString,?> |
read(java.lang.String filename,
int lineLimit)
Reads from the logs folder the given log file in reverse order and returns it as Akka
Stream source.
|