Package org.zalando.logbook
Interface HttpLogFormatter
-
- All Known Subinterfaces:
StructuredHttpLogFormatter
@API(status=STABLE) public interface HttpLogFormatter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Correlation correlation, HttpResponse response)Stringformat(Precorrelation precorrelation, HttpRequest request)
-
-
-
Method Detail
-
format
String format(Precorrelation precorrelation, HttpRequest request) throws IOException
- Throws:
IOException
-
format
String format(Correlation correlation, HttpResponse response) throws IOException
- Throws:
IOException
-
-