LogOutput

flogger.LogOutput
See theLogOutput companion object
trait LogOutput[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Slf4jOutput[F]

Members list

Value members

Abstract methods

def isEnabledFor(level: Level): F[Boolean]
def log(level: Level, ctx: Map[String, String], msg: => String, error: Throwable): F[Unit]
def log(level: Level, ctx: Map[String, String], msg: => String): F[Unit]

Abstract fields

val name: String