Logger

almond.logger.Logger
See theLogger companion object
final case class Logger(underlying: ActualLogger)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

erased def debug(message: String): Unit
erased def debug(message: String, throwable: Throwable): Unit
inline def debug(inline message: String): Unit
inline def debug(inline message: String, inline throwable: Throwable): Unit
erased def error(message: String): Unit
erased def error(message: String, throwable: Throwable): Unit
inline def error(inline message: String): Unit
inline def error(inline message: String, inline throwable: Throwable): Unit
erased def info(message: String): Unit
erased def info(message: String, throwable: Throwable): Unit
inline def info(inline message: String): Unit
inline def info(inline message: String, inline throwable: Throwable): Unit
def prefix(prefix: String): Logger
erased def warn(message: String): Unit
erased def warn(message: String, throwable: Throwable): Unit
inline def warn(inline message: String): Unit
inline def warn(inline message: String, inline throwable: Throwable): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product