Logger

org.beangle.commons.logging.Logger$
See theLogger companion class
object Logger

Slf4j Logger delegate.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type

Members list

Concise view

Type members

Classlikes

final class DebugLogger extends AnyVal with LevelLogger

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class ErrorLogger extends AnyVal with LevelLogger

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class InfoLogger extends AnyVal with LevelLogger

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
sealed trait LevelLogger

Attributes

Graph
Supertypes
class Any
Known subtypes
final class TraceLogger extends AnyVal with LevelLogger

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class WarnLogger extends AnyVal with LevelLogger

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply(clazz: Class[_]): Logger