Package org.zalando.logbook.logstash
Class LogstashLogbackSink
java.lang.Object
org.zalando.logbook.logstash.LogstashLogbackSink
- All Implemented Interfaces:
Sink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive()voidwrite(Correlation correlation, HttpRequest request, HttpResponse response) voidwrite(Precorrelation precorrelation, HttpRequest request)
-
Constructor Details
-
LogstashLogbackSink
-
-
Method Details
-
isActive
public boolean isActive() -
write
- Specified by:
writein interfaceSink- Throws:
IOException
-
write
public void write(Correlation correlation, HttpRequest request, HttpResponse response) throws IOException - Specified by:
writein interfaceSink- Throws:
IOException
-