Package org.zalando.logbook
Class NoopHttpLogFormatter
- java.lang.Object
-
- org.zalando.logbook.NoopHttpLogFormatter
-
- All Implemented Interfaces:
HttpLogFormatter
public class NoopHttpLogFormatter extends Object implements HttpLogFormatter
-
-
Constructor Summary
Constructors Constructor Description NoopHttpLogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Correlation correlation, HttpResponse response)Stringformat(Precorrelation precorrelation, HttpRequest request)
-
-
-
Method Detail
-
format
public String format(Precorrelation precorrelation, HttpRequest request) throws IOException
- Specified by:
formatin interfaceHttpLogFormatter- Throws:
IOException
-
format
public String format(Correlation correlation, HttpResponse response) throws IOException
- Specified by:
formatin interfaceHttpLogFormatter- Throws:
IOException
-
-