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