OperatorLogging

com.coralogix.zio.k8s.operator.OperatorLogging$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
@FunctionalInterface

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[R, E, A](operatorContext: OperatorContext)(effect: ZIO[R, E, A]): ZIO[R, E, A]
def logFailure[E : ConvertableToThrowable](message: String, cause: Cause[E]): ZIO[Any, Nothing, Unit]