VerboseLevel

sealed abstract class VerboseLevel
Companion:
object
class Object
trait Matchable
class Any
object All.type
object Basic.type
object Debug.type
object Details.type
object Info.type
object Nothing.type
object Step.type

Value members

Concrete methods

def basic(msg: String): IO[Unit]
def debug(msg: String): IO[Unit]
def details(msg: String): IO[Unit]
def info(msg: String): IO[Unit]
def step(msg: String): IO[Unit]

Abstract fields

val level: Int