ILogger

csw.logging.api.javadsl.ILogger
trait ILogger

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Returns the scala API for this instance of ILogger

Returns the scala API for this instance of ILogger

Attributes

def debug(msg: Supplier[String]): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], ex: Throwable): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: String): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

msg

the message to be logged

Attributes

def debug(msg: String, ex: Throwable): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def debug(msg: String, id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def debug(msg: String, ex: Throwable, id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def debug(msg: String, map: Map[String, Object]): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def debug(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes a debug level log message.

Writes a debug level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: Supplier[String]): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

msg

the message to be logged

Attributes

def error(msg: Supplier[String], ex: Throwable): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def error(msg: Supplier[String], id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def error(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a error level log message.

Writes a error level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def error(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: String): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

msg

the message to be logged

Attributes

def error(msg: String, ex: Throwable): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def error(msg: String, id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def error(msg: String, ex: Throwable, id: AnyId): Unit

Writes a error level log message.

Writes a error level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def error(msg: String, map: Map[String, Object]): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def error(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes an error level log message.

Writes an error level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String]): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], ex: Throwable): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: String): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

msg

the message to be logged

Attributes

def fatal(msg: String, ex: Throwable): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def fatal(msg: String, id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def fatal(msg: String, ex: Throwable, id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def fatal(msg: String, map: Map[String, Object]): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def fatal(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes a fatal level log message.

Writes a fatal level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: Supplier[String]): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

msg

the message to be logged

Attributes

def info(msg: Supplier[String], ex: Throwable): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def info(msg: Supplier[String], id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def info(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a info level log message.

Writes a info level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def info(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: String): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

msg

the message to be logged

Attributes

def info(msg: String, ex: Throwable): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def info(msg: String, id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def info(msg: String, ex: Throwable, id: AnyId): Unit

Writes a info level log message.

Writes a info level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def info(msg: String, map: Map[String, Object]): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def info(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes an info level log message.

Writes an info level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: Supplier[String]): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], ex: Throwable): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: String): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

msg

the message to be logged

Attributes

def trace(msg: String, ex: Throwable): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def trace(msg: String, id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def trace(msg: String, ex: Throwable, id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def trace(msg: String, map: Map[String, Object]): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def trace(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes a trace level log message.

Writes a trace level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: Supplier[String]): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], ex: Throwable): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], ex: Throwable, id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], map: Supplier[Map[String, Object]]): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], map: Supplier[Map[String, Object]], id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: Supplier[String], map: Supplier[Map[String, Object]], ex: Throwable, id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: String): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

msg

the message to be logged

Attributes

def warn(msg: String, ex: Throwable): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

msg

the message to be logged

Attributes

def warn(msg: String, id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

id

id of a request

msg

the message to be logged

Attributes

def warn(msg: String, ex: Throwable, id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

exception to be logged together with its stack trace

id

id of a request

msg

the message to be logged

Attributes

def warn(msg: String, map: Map[String, Object]): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: String, map: Map[String, Object], ex: Throwable): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: String, map: Map[String, Object], id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes

def warn(msg: String, map: Map[String, Object], ex: Throwable, id: AnyId): Unit

Writes a warn level log message.

Writes a warn level log message.

Value parameters

ex

an exception to be logged together with its stack trace

id

id of a request

map

key-value pairs to be logged along with message

msg

the message to be logged

Attributes