Logger

almond.logger.Logger$
See theLogger companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Logger.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def debugImpl(actualLogger: Expr[ActualLogger], message: Expr[String], throwable: Expr[Throwable])(using Quotes): Expr[Unit]
def errorImpl(actualLogger: Expr[ActualLogger], message: Expr[String], throwable: Expr[Throwable])(using Quotes): Expr[Unit]
def infoImpl(actualLogger: Expr[ActualLogger], message: Expr[String], throwable: Expr[Throwable])(using Quotes): Expr[Unit]
def warnImpl(actualLogger: Expr[ActualLogger], message: Expr[String], throwable: Expr[Throwable])(using Quotes): Expr[Unit]

Inherited methods

def nop: Logger

Attributes

Inherited from:
LoggerCompanionMethods
def printStream(level: Level, out: PrintStream): Logger

Attributes

Inherited from:
LoggerCompanionMethods
def printStream(level: Level, out: PrintStream, colored: Boolean): Logger

Attributes

Inherited from:
LoggerCompanionMethods
def printStream(level: Level, out: PrintStream, colored: Boolean, addPid: Boolean): Logger

Attributes

Inherited from:
LoggerCompanionMethods
def stderr(level: Level): Logger

Attributes

Inherited from:
LoggerCompanionMethods
def stderr(level: Level, colored: Boolean): Logger

Attributes

Inherited from:
LoggerCompanionMethods
def stderr(level: Level, colored: Boolean, addPid: Boolean): Logger

Attributes

Inherited from:
LoggerCompanionMethods