Info

case object Info extends VerboseLevel
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Info.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Inherited from:
Singleton
type MirroredType = Singleton.this.type
Inherited from:
Singleton

Value members

Inherited methods

Inherited from:
VerboseLevel
def basic(msg: String): IO[Unit]
Inherited from:
VerboseLevel
def debug(msg: String): IO[Unit]
Inherited from:
VerboseLevel
def details(msg: String): IO[Unit]
Inherited from:
VerboseLevel
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Inherited from:
Singleton
def info(msg: String): IO[Unit]
Inherited from:
VerboseLevel
Inherited from:
Product
def step(msg: String): IO[Unit]
Inherited from:
VerboseLevel

Concrete fields

val level: Int