Logger

sttp.client4.logging.Logger
trait Logger[F[_]]

Interfaces with a logger system.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(level: LogLevel, message: => String, context: Map[String, Any]): F[Unit]
def apply(level: LogLevel, message: => String, throwable: Throwable, context: Map[String, Any]): F[Unit]