Logging

pillars.Logging
opaque object Logging

Attributes

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

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)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

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

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Output

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

opaque type BufferSize

Value members

Concrete methods

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