- Companion
- object
Value members
Methods
final def locallyAnnotate[B, R, E, A1](annotation: LogAnnotation[B], value: B)(zio: ZIO[R, E, A1]): ZIO[R, E, A1]
Modifies the annotate in the scope of the specified effect.
Logs the specified element at the specified level. Implementations may override this for greater efficiency.