almond.logger.Logger$
See theLogger companion class
object Logger extends LoggerCompanionMethods
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait LoggerCompanionMethodsclass Objecttrait Matchableclass AnyShow all
- Self type
-
Logger.type
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
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
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
Attributes
- Inherited from:
- LoggerCompanionMethods
In this article