Class LogParser

java.lang.Object
org.apache.juneau.microservice.resources.LogParser
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<LogParser.Entry>, Iterator<LogParser.Entry>

public final class LogParser extends Object implements Iterable<LogParser.Entry>, Iterator<LogParser.Entry>, Closeable
Utility class for reading log files.

Provides the capability of returning splices of log files based on dates and filtering based on thread and logger names.