public class BaseLogger extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
errorOccuredInBackendProcessing(Throwable cause) |
<T> void |
facadeModeReturningDummyResponseWithResponseType(Class<T> responseType) |
void |
failedToBuildServiceCompliantSoapFaultDetails(Throwable cause) |
static <L> BaseLogger |
getLogger(Class<L> class2LogFor) |
void |
logCallTime(String calltime) |
void |
logHttpHeader(String headers)
Puts the String it into the Slf4j MDC (Mapped Diagnostic Context, see http://logback.qos.ch/manual/mdc.html} for more details)
with the Key
ElasticsearchField.HTTP_HEADER_INBOUND you can find in your Elasticsearch, when processed via logstash. |
void |
logInboundSoapMessage(String inboundSoapMessage)
Puts the String it into the Slf4j MDC (Mapped Diagnostic Context, see http://logback.qos.ch/manual/mdc.html} for more details)
with the Key
ElasticsearchField.SOAP_MESSAGE_INBOUND you can find in your Elasticsearch, when processed via logstash. |
void |
logOutboundSoapMessage(String outboundSoapMessage)
Puts the String it into the Slf4j MDC (Mapped Diagnostic Context, see http://logback.qos.ch/manual/mdc.html} for more details)
with the Key
ElasticsearchField.SOAP_MESSAGE_OUTBOUND you can find in your Elasticsearch, when processed via logstash. |
void |
schemaValidationError(FaultType error,
String faultMessage) |
void |
successfullyCalledServeEndpointWithMethod(String calledServiceMethod) |
public static <L> BaseLogger getLogger(Class<L> class2LogFor)
public void logInboundSoapMessage(String inboundSoapMessage)
ElasticsearchField.SOAP_MESSAGE_INBOUND you can find in your Elasticsearch, when processed via logstash.inboundSoapMessage - the inbound SOAP message to logpublic void logOutboundSoapMessage(String outboundSoapMessage)
ElasticsearchField.SOAP_MESSAGE_OUTBOUND you can find in your Elasticsearch, when processed via logstash.outboundSoapMessage - the outbound SOAP message to logpublic void logHttpHeader(String headers)
ElasticsearchField.HTTP_HEADER_INBOUND you can find in your Elasticsearch, when processed via logstash.headers - the HTTP headers to logpublic void successfullyCalledServeEndpointWithMethod(String calledServiceMethod)
public void logCallTime(String calltime)
public <T> void facadeModeReturningDummyResponseWithResponseType(Class<T> responseType)
public void errorOccuredInBackendProcessing(Throwable cause)
public void failedToBuildServiceCompliantSoapFaultDetails(Throwable cause)
Copyright © 2019. All rights reserved.