Service

trait Service[A]
class Object
trait Matchable
class Any

Value members

Methods

final def filter(fn: (LogContext, => A) => Boolean): Service[A]
final def filterM(fn: (LogContext, => A) => UIO[Boolean]): Service[A]
def write(ctx: LogContext, msg: => A): UIO[Unit]