UnsafeLogstashLogging

com.emarsys.logger.unsafe.UnsafeLogstashLogging
class UnsafeLogstashLogging extends Logging[Id]

Attributes

Graph
Supertypes
trait Logging[Id]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def log(level: LogLevel, msg: String, ctx: LoggingContext): Unit

Attributes

Definition Classes

Inherited methods

def debug(msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def debug(msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def error(cause: Throwable, msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def error(cause: Throwable, msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def error(cause: Throwable, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def error(cause: Throwable)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def error(msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def error(msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def info(msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def info(msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def warn(cause: Throwable, msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def warn(cause: Throwable, msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def warn(cause: Throwable, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def warn(cause: Throwable)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging
def warn(msg: => String, ctx: LoggingContext): F[Unit]

Attributes

Inherited from:
Logging
def warn(msg: => String)(implicit magnet: LoggingContextMagnet[Id]): F[Unit]

Attributes

Inherited from:
Logging