Package-level declarations
Types
Registers the ClientRequestLoggingFilter in a Spring Boot application and attaches it to every WebClient Boot builds - drop the module on the classpath and every outbound call is logged; adapter-logging.enabled=false removes it again. The property namespace matches legatium-restclient-logging's key for key; both modules may even live in one application (a servlet host using WebClient for streaming calls), each logging the client it serves.
The WebClient twin of legatium-restclient-logging's ClientRequestLoggingInterceptor: ONE structured adapter_* line per outbound HTTP exchange, identical message and field format, identical adapter-logging.* configuration (see ClientLoggingProperties). Stack-inherent differences to the RestClient twin, all deliberate: