FlogSlf4jLogger

org.slf4j.impl.FlogSlf4jLogger
final class FlogSlf4jLogger(unsafeLog: (Level, String, Option[Throwable]) => Unit) extends MarkerIgnoringBase

Attributes

Graph
Supertypes
class MarkerIgnoringBase
trait Serializable
trait Logger
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def debug(msg: String): Unit

Attributes

Definition Classes
Logger
override def debug(format: String, arg: AnyRef): Unit

Attributes

Definition Classes
Logger
override def debug(format: String, arg1: AnyRef, arg2: AnyRef): Unit

Attributes

Definition Classes
Logger
override def debug(format: String, arguments: Array[_ <: AnyRef]): Unit

Attributes

Definition Classes
override def debug(msg: String, t: Throwable): Unit

Attributes

Definition Classes
Logger
override def error(msg: String): Unit

Attributes

Definition Classes
Logger
override def error(format: String, arg: AnyRef): Unit

Attributes

Definition Classes
Logger
override def error(format: String, arg1: AnyRef, arg2: AnyRef): Unit

Attributes

Definition Classes
Logger
override def error(format: String, arguments: Array[_ <: AnyRef]): Unit

Attributes

Definition Classes
override def error(msg: String, t: Throwable): Unit

Attributes

Definition Classes
Logger
override def info(msg: String): Unit

Attributes

Definition Classes
Logger
override def info(format: String, arg: AnyRef): Unit

Attributes

Definition Classes
Logger
override def info(format: String, arg1: AnyRef, arg2: AnyRef): Unit

Attributes

Definition Classes
Logger
override def info(format: String, arguments: Array[_ <: AnyRef]): Unit

Attributes

Definition Classes
override def info(msg: String, t: Throwable): Unit

Attributes

Definition Classes
Logger
def log(level: Level, format: String, args: Array[_ <: AnyRef]): Unit
def log(level: Level, message: String): Unit
def log(level: Level, message: String, throwable: Throwable): Unit
def log(level: Level, result: FormattingTuple): Unit
override def trace(msg: String): Unit

Attributes

Definition Classes
Logger
override def trace(format: String, arg: AnyRef): Unit

Attributes

Definition Classes
Logger
override def trace(format: String, arg1: AnyRef, arg2: AnyRef): Unit

Attributes

Definition Classes
Logger
override def trace(format: String, arguments: Array[_ <: AnyRef]): Unit

Attributes

Definition Classes
override def trace(msg: String, t: Throwable): Unit

Attributes

Definition Classes
Logger
override def warn(msg: String): Unit

Attributes

Definition Classes
Logger
override def warn(format: String, arg: AnyRef): Unit

Attributes

Definition Classes
Logger
override def warn(format: String, arg1: AnyRef, arg2: AnyRef): Unit

Attributes

Definition Classes
Logger
override def warn(format: String, arguments: Array[_ <: AnyRef]): Unit

Attributes

Definition Classes
override def warn(msg: String, t: Throwable): Unit

Attributes

Definition Classes
Logger

Inherited methods

def debug(x$0: Marker, x$1: String, x$2: Throwable): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def debug(x$0: Marker, x$1: String, x$2: <FromJavaObject>*): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def debug(x$0: Marker, x$1: String, x$2: <FromJavaObject>, x$3: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def debug(x$0: Marker, x$1: String, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def debug(x$0: Marker, x$1: String): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def debug(x$0: String, x$1: <FromJavaObject>*): Unit

Attributes

Inherited from:
Logger
def error(x$0: Marker, x$1: String, x$2: Throwable): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def error(x$0: Marker, x$1: String, x$2: <FromJavaObject>*): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def error(x$0: Marker, x$1: String, x$2: <FromJavaObject>, x$3: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def error(x$0: Marker, x$1: String, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def error(x$0: Marker, x$1: String): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def error(x$0: String, x$1: <FromJavaObject>*): Unit

Attributes

Inherited from:
Logger
def getName(): String

Attributes

Inherited from:
NamedLoggerBase (hidden)
def info(x$0: Marker, x$1: String, x$2: Throwable): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def info(x$0: Marker, x$1: String, x$2: <FromJavaObject>*): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def info(x$0: Marker, x$1: String, x$2: <FromJavaObject>, x$3: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def info(x$0: Marker, x$1: String, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def info(x$0: Marker, x$1: String): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def info(x$0: String, x$1: <FromJavaObject>*): Unit

Attributes

Inherited from:
Logger
def isDebugEnabled(x$0: Marker): Boolean

Attributes

Inherited from:
MarkerIgnoringBase
def isErrorEnabled(x$0: Marker): Boolean

Attributes

Inherited from:
MarkerIgnoringBase
def isInfoEnabled(x$0: Marker): Boolean

Attributes

Inherited from:
MarkerIgnoringBase
def isTraceEnabled(x$0: Marker): Boolean

Attributes

Inherited from:
MarkerIgnoringBase
def isWarnEnabled(x$0: Marker): Boolean

Attributes

Inherited from:
MarkerIgnoringBase
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
MarkerIgnoringBase
def trace(x$0: Marker, x$1: String, x$2: Throwable): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def trace(x$0: Marker, x$1: String, x$2: <FromJavaObject>*): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def trace(x$0: Marker, x$1: String, x$2: <FromJavaObject>, x$3: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def trace(x$0: Marker, x$1: String, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def trace(x$0: Marker, x$1: String): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def trace(x$0: String, x$1: <FromJavaObject>*): Unit

Attributes

Inherited from:
Logger
def warn(x$0: Marker, x$1: String, x$2: Throwable): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def warn(x$0: Marker, x$1: String, x$2: <FromJavaObject>*): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def warn(x$0: Marker, x$1: String, x$2: <FromJavaObject>, x$3: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def warn(x$0: Marker, x$1: String, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def warn(x$0: Marker, x$1: String): Unit

Attributes

Inherited from:
MarkerIgnoringBase
def warn(x$0: String, x$1: <FromJavaObject>*): Unit

Attributes

Inherited from:
Logger

Concrete fields

override val isDebugEnabled: Boolean
override val isErrorEnabled: Boolean
override val isInfoEnabled: Boolean
override val isTraceEnabled: Boolean
override val isWarnEnabled: Boolean