UnsafeLogstashLogging

class UnsafeLogstashLogging extends Logging[Id]
trait Logging[Id]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def debug(msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def debug(msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def error(cause: Throwable, msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def error(cause: Throwable, msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def error(cause: Throwable, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def error(cause: Throwable)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def error(msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def error(msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def info(msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def info(msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def warn(cause: Throwable, msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def warn(cause: Throwable, msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def warn(cause: Throwable, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def warn(cause: Throwable)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging
def warn(msg: => String, ctx: LoggingContext): Id[Unit]
Inherited from
Logging
def warn(msg: => String)(magnet: LoggingContextMagnet[Id]): Id[Unit]
Inherited from
Logging