trait
LogLevelChanger
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
changeLogLevel
: NodeSeq
-
def
clone
(): AnyRef
-
def
css
: NodeSeq
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
menu
: Menu
-
def
menuLocParams
: List[AnyLocParam]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
path
: List[String]
-
def
screenWrap
: Box[Node]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
wrapIt
(in: NodeSeq): NodeSeq
-
def
xhtml
: NodeSeq
Inherited from AnyRef
Inherited from Any
Mixin for creating a page that allows dynamic changing of log levels
Generates a list of all defined loggers, their current level and links for changing the level.
Must be mixed into a LoggingBackend for the logging system used
ie.
object LogLevelChanger extends Log4jLoggingBackend with LogLevelChanger
Then add LogLevelChanger.menu to the SiteMap