object proxy extends LogProxy
- Source
- SmtInterpol.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- proxy
- LogProxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
debug(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
-
abstract
def
error(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
-
abstract
def
fatal(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
-
abstract
def
info(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
-
abstract
def
trace(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
-
abstract
def
warn(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Definition Classes
- LogProxy
- Annotations
- @transient()
Concrete 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
-
def
canChangeDestination(): Boolean
- Definition Classes
- proxy → LogProxy
-
def
changeDestination(newDest: String): Unit
- Definition Classes
- proxy → LogProxy
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
debug(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def debug(msg: String, params: AnyRef*): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def error(msg: String, params: AnyRef*): Unit
-
def
fatal(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def fatal(msg: String, params: AnyRef*): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDestination(): String
- Definition Classes
- proxy → LogProxy
-
def
getLoglevel(): Int
- Definition Classes
- proxy → LogProxy
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
info(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def info(msg: String, params: AnyRef*): Unit
-
def
isDebugEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
def
isErrorEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
def
isFatalEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
def
isInfoEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
def
isWarnEnabled(): Boolean
- Definition Classes
- proxy → LogProxy
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
outOfMemory(msg: String): Unit
- Definition Classes
- proxy → LogProxy
-
def
setLoglevel(level: Int): Unit
- Definition Classes
- proxy → LogProxy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def trace(msg: String, params: AnyRef*): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warn(msg: Any): Unit
- Definition Classes
- proxy → LogProxy
- def warn(msg: String, params: AnyRef*): Unit
This is the API documentation for GAPT.
The main package is gapt.