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
Modifier and Type Method Description java.lang.String
toLogString()
Returns a log line string.
-
Method Details
-
toLogString
java.lang.String toLogString()Returns a log line string.
-