net.liftweb.util

LiftLogger

trait LiftLogger extends AnyRef

Annotations
@deprecated
Deprecated

Use net.liftweb.common.Logger

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LiftLogger
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def assertLog (assertion: Boolean, msg: ⇒ String): Unit

  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def debug (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

  10. def debug (msg: ⇒ AnyRef): Unit

  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def error (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

  14. def error (msg: ⇒ AnyRef): Unit

  15. def fatal (msg: AnyRef, t: Throwable): Unit

  16. def fatal (msg: AnyRef): Unit

  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def info (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

  21. def info (msg: ⇒ AnyRef): Unit

  22. def isDebugEnabled : Boolean

  23. def isEnabledFor (level: Value): Boolean

  24. def isErrorEnabled : Boolean

  25. def isInfoEnabled : Boolean

  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def isTraceEnabled : Boolean

  28. def isWarnEnabled : Boolean

  29. def level : Value

  30. def level_= (level: Value): Unit

  31. def name : String

  32. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  35. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  36. def toString (): String

    Definition Classes
    AnyRef → Any
  37. def trace (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

  38. def trace (msg: ⇒ AnyRef): Unit

  39. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def warn (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

  43. def warn (msg: ⇒ AnyRef): Unit

Inherited from AnyRef

Inherited from Any