net.liftmodules.widgets.logchanger

LogbackLoggingBackend

trait LogbackLoggingBackend extends LoggingBackend

The Logback backend

Linear Supertypes
LoggingBackend, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LogbackLoggingBackend
  2. LoggingBackend
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. type LevelType = Level

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  2. type LoggerType = Logger

    Definition Classes
    LogbackLoggingBackendLoggingBackend

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 enableDebug (logger: LoggerType): Unit

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  9. def enableError (logger: LoggerType): Unit

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  10. def enableInfo (logger: LoggerType): Unit

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  11. def enableTrace (logger: LoggerType): Unit

    Enable the specified level on the logger

    Enable the specified level on the logger

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  12. def enableWarn (logger: LoggerType): Unit

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  13. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getLevel (logger: LoggerType): Box[Level]

    Get the level that is explicitly set for this logger or Empty if level is inherited from parent logger

    Get the level that is explicitly set for this logger or Empty if level is inherited from parent logger

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  18. def getName (logger: LoggerType): String

    Get Logger name

    Get Logger name

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isDebugEnabled (logger: LoggerType): Boolean

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  21. def isErrorEnabled (logger: LoggerType): Boolean

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  22. def isInfoEnabled (logger: LoggerType): Boolean

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def isTraceEnabled (logger: LoggerType): Boolean

    Is the level enabled for the logger

    Is the level enabled for the logger

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  25. def isWarnEnabled (logger: LoggerType): Boolean

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  26. def loggers : Seq[LoggerType]

    All the loggers defined by this backend

    All the loggers defined by this backend

    Definition Classes
    LogbackLoggingBackendLoggingBackend
  27. def ne (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LoggingBackend

Inherited from AnyRef

Inherited from Any