net.liftweb.widgets.logchanger.LogbackLoggingBackend

trait LogbackLoggingBackend

trait LogbackLoggingBackend

 extends LoggingBackend with ScalaObject


The Logback backend


Source: LogLevelChanger.scala(79)

 Fields

loggers.. def loggers
All the loggers defined by this backend
Seq[Logger]

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
enableDebug.. def enableDebug(logger : Logger) Unit
enableError.. def enableError(logger : Logger) Unit
enableInfo.. def enableInfo(logger : Logger) Unit
enableTrace.. def enableTrace(logger : Logger)
Enable the specified level on the logger
Unit
enableWarn.. def enableWarn(logger : Logger) Unit
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
getLevel.. def getLevel(logger : Logger)
Get the level that is explicitly set for this logger or Empty if level is inherited from parent logger
Box[Level]
getName.. def getName(logger : Logger)
Get Logger name
String
hashCode.. def hashCode Int AnyRef
isDebugEnabled.. def isDebugEnabled(logger : Logger) Boolean
isErrorEnabled.. def isErrorEnabled(logger : Logger) Boolean
isInfoEnabled.. def isInfoEnabled(logger : Logger) Boolean
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
isTraceEnabled.. def isTraceEnabled(logger : Logger)
Is the level enabled for the logger
Boolean
isWarnEnabled.. def isWarnEnabled(logger : Logger) Boolean
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.