ApiLoggingConfiguration
May 27, 2025 ยท View on GitHub
Class for holding logging configuration.
Methods
| Name | Description | Return Type |
|---|---|---|
getLevel() | Getter for level. | org.slf4j.event.Level |
getLogger() | Getter for provided logger. | org.slf4j.Logger |
getMaskSensitiveHeaders() | Getter for the masking sensitive headers flag. | boolean |
getRequestConfig() | Getter for request log configuration. | ReadonlyRequestLoggingConfiguration |
getResponseConfig() | Getter for response log configuration. | ReadonlyResponseLoggingConfiguration |
toString() | Converts this ApiLoggingConfiguration into string format. | String |
newBuilder() | Builds a new ApiLoggingConfiguration.Builder object. Creates the instance with the current state. | ApiLoggingConfiguration.Builder |