Annotation Interface LoggingAspectPointcut
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanwill be used to check if requestBody will be loggedbooleanwill be used to check if responseBody will be loggedwill be used to name the transaction type
-
Element Details
-
value
String valuewill be used to name the transaction type- Default:
""
-
traceRequestBody
boolean traceRequestBodywill be used to check if requestBody will be logged- Default:
true
-
traceResponseBody
boolean traceResponseBodywill be used to check if responseBody will be logged- Default:
true
-