HttpConfig

pillars.Logging.HttpConfig
See theHttpConfig companion object
final case class HttpConfig(enabled: Boolean, level: Level, headers: Boolean, body: Boolean) extends Config

Attributes

Companion
object
Source
Logging.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def logAction[F[_] : Sync]: Option[String => F[Unit]]

Attributes

Source
Logging.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product