StructuredLogger

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](ev: StructuredLogger[F]): StructuredLogger[F]
def withContext[F[_]](sl: StructuredLogger[F])(ctx: Map[String, String]): StructuredLogger[F]
def withModifiedContext[F[_]](sl: StructuredLogger[F])(modifyCtx: Map[String, String] => Map[String, String]): StructuredLogger[F]