net.liftweb.common.Logger

trait Logger

trait Logger

 extends ScalaObject


Logger is a thin wrapper on top of an SLF4J Logger The main purpose is to utilize Scala features for logging Note that the dynamic type of "this" is used when this trait is mixed in. This may not always be what you want. If you need the static type, you have to declare your own Logger: class MyClass { val logger = Logger(classOf[MyClass]) }


Companion: Logger

Source: Logging.scala(119)

Direct Known Subclasses

WrappedLogger,

 Fields

_logger.. protected def _logger Logger
isDebugEnabled.. def isDebugEnabled Boolean
isErrorEnabled.. def isErrorEnabled Boolean
isInfoEnabled.. def isInfoEnabled Boolean
isTraceEnabled.. def isTraceEnabled Boolean
isWarnEnabled.. def isWarnEnabled Boolean

 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
assertLog.. def assertLog(assertion : Boolean, msg : => String) Unit
clone.. protected def clone Object AnyRef
debug.. def debug(msg : => Object, t : Throwable) Unit
debug.. def debug(msg : => Object, t : Throwable, marker : Marker) Unit
debug.. def debug(msg : => Object) Unit
debug.. def debug(msg : => Object, marker : Marker) Unit
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
error.. def error(msg : => Object, t : Throwable) Unit
error.. def error(msg : => Object, t : Throwable, marker : Marker) Unit
error.. def error(msg : => Object) Unit
error.. def error(msg : => Object, marker : Marker) Unit
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
info.. def info(msg : => Object, t : => Throwable) Unit
info.. def info(msg : => Object, t : Throwable, marker : Marker) Unit
info.. def info(msg : => Object) Unit
info.. def info(msg : => Object, marker : Marker) Unit
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
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
trace.. def trace(msg : => Object, t : Throwable) Unit
trace.. def trace(msg : => Object, t : Throwable, marker : => Marker) Unit
trace.. def trace[T](msg : String, v : T)
Log the value of v with trace and return v [details]
Useful for tracing values in expressions
T
trace.. def trace(msg : => Object) Unit
trace.. def trace(msg : => Object, marker : Marker) Unit
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
warn.. def warn(msg : => Object, t : Throwable) Unit
warn.. def warn(msg : => Object, t : Throwable, marker : Marker) Unit
warn.. def warn(msg : => Object) Unit
warn.. def warn(msg : => Object, marker : Marker) Unit
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.