LogIOModule

izumi.logstage.distage.LogIOModule$
See theLogIOModule companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[F[_] : Tag](): LogIOModule[F]
def apply[F[_] : Tag](router: LogRouter, setupStaticLogRouter: Boolean): LogIOModule[F]

Setup IzLogger component based on the passed router and add a LogIO wrapper for it

Setup IzLogger component based on the passed router and add a LogIO wrapper for it

Attributes

setupStaticLogRouter

if true, register the passed izumi.logstage.api.logger.LogRouter in izumi.logstage.api.routing.StaticLogRouter (required for slf4j support)