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