Annotation Interface LoggingAspectPointcut


@Retention(RUNTIME) @Target(METHOD) public @interface LoggingAspectPointcut
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    will be used to check if requestBody will be logged
    boolean
    will be used to check if responseBody will be logged
    will be used to name the transaction type
  • Element Details

    • value

      String value
      will be used to name the transaction type
      Default:
      ""
    • traceRequestBody

      boolean traceRequestBody
      will be used to check if requestBody will be logged
      Default:
      true
    • traceResponseBody

      boolean traceResponseBody
      will be used to check if responseBody will be logged
      Default:
      true