Package io.quarkiverse.logging.splunk
Class SplunkErrorCallback
- java.lang.Object
-
- io.quarkiverse.logging.splunk.SplunkErrorCallback
-
- All Implemented Interfaces:
com.splunk.logging.HttpEventCollectorErrorHandler.ErrorCallback
public class SplunkErrorCallback extends Object implements com.splunk.logging.HttpEventCollectorErrorHandler.ErrorCallback
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(List<com.splunk.logging.HttpEventCollectorEventInfo> list, Exception e)
Logs the original event to stdout (if console handler is disabled).
-