Log

trait Log[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def error(value: => String): F[Unit]
def info(value: => String): F[Unit]