VerboseLevel

es.weso.utils.VerboseLevel
See theVerboseLevel companion object
sealed abstract class VerboseLevel

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All.type
object Basic.type
object Debug.type
object Details.type
object Info.type
object Nothing.type
object Step.type

Members list

Concise view

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 infoGreen(msg: String): IO[Unit]
def step(msg: String): IO[Unit]

Abstract fields

val level: Int