ZLogger

zio.ZLogger$
See theZLogger companion trait
object ZLogger

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZLogger.type

Members list

Concise view

Value members

Concrete methods

def simple[A, B](log: A => B): ZLogger[A, B]
def succeed[A](a: => A): ZLogger[Any, A]

Concrete fields

val none: ZLogger[Any, Unit]

A logger that does nothing in response to logging events.

A logger that does nothing in response to logging events.

Attributes