Slf4jBridge

zio.logging.slf4j.bridge.Slf4jBridge
object Slf4jBridge

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def init(filter: LogFilter[Any]): ZLayer[Any, Nothing, Unit]

initialize SLF4J bridge with LogFilter

initialize SLF4J bridge with LogFilter

Value parameters

filter

Log filter

Attributes

def init(configPath: NonEmptyChunk[String]): ZLayer[Any, Error, Unit]

initialize SLF4J bridge with LogFilter from configuration

initialize SLF4J bridge with LogFilter from configuration

Value parameters

configPath

configuration path

Attributes

def initWithoutFiberRefPropagation(filter: LogFilter[Any]): ZLayer[Any, Nothing, Unit]

initialize SLF4J bridge with LogFilter, without FiberRef propagation

initialize SLF4J bridge with LogFilter, without FiberRef propagation

Value parameters

filter

Log filter

Attributes

def initialize: ZLayer[Any, Nothing, Unit]

initialize SLF4J bridge

initialize SLF4J bridge

Attributes

initialize SLF4J bridge without FiberRef propagation

initialize SLF4J bridge without FiberRef propagation

Attributes

def make(filter: LogFilter[Any]): ZIO[Any, Nothing, Unit]
def make(configPath: NonEmptyChunk[String]): ZIO[Any, Error, Unit]

Concrete fields