net.liftweb.util

Log

object Log extends LiftLogger

A thin wrapper around log4j.

Annotations
@deprecated
Deprecated

Use net.liftweb.common.Logger

Linear Supertypes
LiftLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Log
  2. LiftLogger
  3. AnyRef
  4. 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 clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  17. lazy val rootLogger : LiftLogger

  18. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  20. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def assertLog (assertion: Boolean, msg: ⇒ String): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  2. def debug (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  4. def error (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  7. def fatal (msg: AnyRef): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  8. def info (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Annotations
    @deprecated
    Deprecated

    Use Schemifier.infoF

  11. def isDebugEnabled : Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  12. def isEnabledFor (level: Value): Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  13. def isErrorEnabled : Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  14. def isInfoEnabled : Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  15. def isTraceEnabled : Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  16. def isWarnEnabled : Boolean

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  17. def level : Value

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  19. def name : String

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  20. def never (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  22. def neverF (msg: ⇒ AnyRef): Unit

    Annotations
    @deprecated
    Deprecated

    Use Schemifier.neverF

  23. def trace (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

  25. def warn (msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

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

    Definition Classes
    LogLiftLogger
    Annotations
    @deprecated
    Deprecated

    Use net.liftweb.common.Logger

Inherited from LiftLogger

Inherited from AnyRef

Inherited from Any