Logging

pillars.Logging
opaque object Logging

Attributes

Source
Logging.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Logging.type

Members list

Type members

Classlikes

object BufferSize extends RefinedTypeOps[Int, BufferSizeConstraint, BufferSize]

Attributes

Source
Logging.scala
Supertypes
trait RefinedTypeOps[Int, BufferSizeConstraint, BufferSize]
class Object
trait Matchable
class Any
Self type
BufferSize.type
final case class Config(level: Level, format: Format, output: Output, excludeHikari: Boolean) extends Config

Attributes

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

Attributes

Companion
class
Source
Logging.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
enum Format

Attributes

Source
Logging.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class HttpConfig(enabled: Boolean, level: Level, headers: Boolean, body: Boolean) extends Config

Attributes

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

Attributes

Companion
class
Source
Logging.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpConfig.type
enum Output

Attributes

Source
Logging.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

opaque type BufferSize

Attributes

Source
Logging.scala

Value members

Concrete methods

def init[F[_] : Sync](config: Config): F[Unit]

Attributes

Source
Logging.scala