org.beangle.commons.logging

Members list

Type members

Classlikes

case object Debug extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Debug.type
case object Error extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Info extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Info.type
sealed trait LogLevel

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Debug
object Error
object Info
object Trace
object Warn
object Logger

Slf4j Logger delegate.

Slf4j Logger delegate.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type
final class Logger(val logger: Logger) extends AnyVal

Attributes

Companion
object
Supertypes
class AnyVal
trait Matchable
class Any
trait Logging

Adds the val logger of type Logger to the class into which this trait is mixed.

Adds the val logger of type Logger to the class into which this trait is mixed.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Properties
object Timers
class Work[T]
object IOs
object BeanInfo
object TimerTrace
object Processes
object HttpUtils
Show all
case object Trace extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Trace.type
case object Warn extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Warn.type

Value members

Concrete methods

def getLogger(name: String): Logger
def getLogger(clazz: Class[_]): Logger