Package org.torproject.descriptor
Interface LogDescriptor.Line
-
- All Known Subinterfaces:
WebServerAccessLog.Line
- Enclosing interface:
- LogDescriptor
public static interface LogDescriptor.Line
Base interface for accessing log lines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toLogString()
Returns a log line string.
-