LoggingInterpolator
tofu.syntax.logging.LoggingInterpolator
final implicit class LoggingInterpolator(sctx: StringContext) extends AnyVal
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
def debugCause[F[_]](values: LoggedValue*)(ex: Throwable)(implicit logging: LoggingBase[F]): F[Unit]
def debugCauseWith[F[_]](values: LoggedValue*)(ex: Throwable)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def debugWith[F[_]](values: LoggedValue*)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def errorCause[F[_]](values: LoggedValue*)(ex: Throwable)(implicit logging: LoggingBase[F]): F[Unit]
def errorCauseWith[F[_]](values: LoggedValue*)(ex: Throwable)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def errorWith[F[_]](values: LoggedValue*)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def infoCauseWith[F[_]](values: LoggedValue*)(ex: Throwable)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def infoWith[F[_]](values: LoggedValue*)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def traceCause[F[_]](values: LoggedValue*)(ex: Throwable)(implicit logging: LoggingBase[F]): F[Unit]
def traceCauseWith[F[_]](values: LoggedValue*)(ex: Throwable)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def traceWith[F[_]](values: LoggedValue*)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def warnCauseWith[F[_]](values: LoggedValue*)(ex: Throwable)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
def warnWith[F[_]](values: LoggedValue*)(add: (String, LoggedValue)*)(implicit logging: LoggingBase[F]): F[Unit]
In this article