Class BaseLogger


  • public class BaseLogger
    extends Object
    • Method Detail

      • getLogger

        public static <L> BaseLogger getLogger​(Class<L> class2LogFor)
      • successfullyCalledServeEndpointWithMethod

        public void successfullyCalledServeEndpointWithMethod​(String calledServiceMethod)
      • logCallTime

        public void logCallTime​(String calltime)
      • facadeModeReturningDummyResponseWithResponseType

        public <T> void facadeModeReturningDummyResponseWithResponseType​(Class<T> responseType)
      • errorOccuredInBackendProcessing

        public void errorOccuredInBackendProcessing​(Throwable cause)
      • failedToBuildServiceCompliantSoapFaultDetails

        public void failedToBuildServiceCompliantSoapFaultDetails​(Throwable cause)
      • schemaValidationError

        public void schemaValidationError​(FaultType error,
                                          String faultMessage)