Package org.zalando.logbook.logstash
Class LogstashLogbackSink
- java.lang.Object
-
- org.zalando.logbook.logstash.LogstashLogbackSink
-
-
Constructor Summary
Constructors Constructor Description LogstashLogbackSink(HttpLogFormatter formatter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActive()voidwrite(Correlation correlation, HttpRequest request, HttpResponse response)voidwrite(Precorrelation precorrelation, HttpRequest request)
-
-
-
Constructor Detail
-
LogstashLogbackSink
public LogstashLogbackSink(HttpLogFormatter formatter)
-
-
Method Detail
-
write
public void write(Precorrelation precorrelation, HttpRequest request) throws IOException
- Specified by:
writein interfaceSink- Throws:
IOException
-
write
public void write(Correlation correlation, HttpRequest request, HttpResponse response) throws IOException
- Specified by:
writein interfaceSink- Throws:
IOException
-
-