class LoggerMacro extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggerMacro
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LoggerMacro(c: Context)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(level: scala.reflect.macros.blackbox.Context.Expr[Level], error: Option[scala.reflect.macros.blackbox.Context.Expr[Throwable]], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logDebug(message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logDebugWithThrowable(e: scala.reflect.macros.blackbox.Context.Expr[Throwable], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logError(message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logErrorWithThrowable(e: scala.reflect.macros.blackbox.Context.Expr[Throwable], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logInfo(message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logInfoWithThrowable(e: scala.reflect.macros.blackbox.Context.Expr[Throwable], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logTrace(message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logTraceWithThrowable(e: scala.reflect.macros.blackbox.Context.Expr[Throwable], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logWarn(message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
- def logWarnWithThrowable(e: scala.reflect.macros.blackbox.Context.Expr[Throwable], message: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.Universe.Tree
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()