org.beangle.commons.logging

Members list

Concise view

Type members

Classlikes

case object Debug extends LogLevel

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Slf4j Logger delegate.

Slf4j Logger delegate.

Attributes

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

Attributes

Companion:
object
Graph
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

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IOs.type
object BeanInfo.type
object TimerTrace.type
object HttpUtils.type
case object Trace extends LogLevel

Attributes

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

Attributes

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

Value members

Concrete methods

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