logged property

ZIO<R, E, A> logged

Log any failures using logInfo.

Implementation

ZIO<R, E, A> get logged => tapErrorCause((_) => logInfo(_));