logErrorResume

fun <T : Any> Mono<T>.logErrorResume(): Mono<T>

Extension function to log errors and resume with empty Mono.

Receiver

The Mono that might contain errors

Return

A Mono that logs errors and resumes with empty