ignoreLogged property

RIO<R, Unit> ignoreLogged

Ignore both the success and failure values of this ZIO, and log any failure using logInfo.

Implementation

RIO<R, Unit> get ignoreLogged => logged.ignore;