All Known Implementing Classes:
LogLevelLogMapper, MessageSeverityLogMapper, MessageStatusLogMapper, MessageTypeLogMapper

public interface LogMapper
Logging interface for the exception with default logging implementation. Log mapper should sanitize any content of ProcessingException, ProcessingMessage or ContextInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(@NotNull ProcessingException exception)
    Log ProcessingException according to its message log level or other property.
  • Method Details

    • log

      void log(@NotNull @NotNull ProcessingException exception)
      Log ProcessingException according to its message log level or other property.
      Parameters:
      exception - Response exception to log.