trait BasicLogger extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def debug[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def error[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit
  10. def fatal[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def getLevelText(level: LogLevel.Value): String
    Attributes
    protected
  13. final def getSourceInfoText(implicit line: Line, file: File, name: Name): String
    Attributes
    protected
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def info[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def log[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit
  18. def logLevel: LogLevel.Value
  19. final def logStdout[T](level: LogLevel.Value, xs: T*)(implicit line: Line, file: File, name: Name): Unit
    Attributes
    protected
  20. def logging[T](level: LogLevel.Value, xs: T*)(implicit line: Line, file: File, name: Name): Unit
  21. final def loggingFilter[T](level: LogLevel.Value, xs: T*)(implicit line: Line, file: File, name: Name): Unit
    Attributes
    protected
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def printStackTrace(cls: Class[_]): Unit
  26. def setEnable(functionName: String, e: Boolean): Unit
  27. def setLevel(l: LogLevel.Value): Unit
  28. final def stdoutWithNewLine[T](msg: String, xs: T*): Unit
    Attributes
    protected
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def warn[T](xs: T*)(implicit line: Line, file: File, name: Name): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped