Package org.zalando.logbook
Interface HttpLogWriter
@API(status=STABLE)
public interface HttpLogWriter
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisActive()voidwrite(Correlation correlation, String response) voidwrite(Precorrelation precorrelation, String request)
-
Method Details
-
isActive
default boolean isActive() -
write
- Throws:
IOException
-
write
- Throws:
IOException
-