Logger

com.bilalfazlani.zioMaelstrom.Logger
trait Logger

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def debug(line: => String): UIO[Unit]
def error(line: => String): UIO[Unit]
def info(line: => String): UIO[Unit]
def warn(line: => String): UIO[Unit]