Uses of Interface
org.torproject.descriptor.LogDescriptor.Line
-
-
Uses of LogDescriptor.Line in org.torproject.descriptor
Subinterfaces of LogDescriptor.Line in org.torproject.descriptor Modifier and Type Interface Description static interface
WebServerAccessLog.Line
Facilitates access to all log line fields that don't only contain default values post sanitization.Methods in org.torproject.descriptor that return types with arguments of type LogDescriptor.Line Modifier and Type Method Description java.util.stream.Stream<? extends LogDescriptor.Line>
LogDescriptor. logLines()
Returns a stream of all parseable log lines.
-