com.typesafe.scalalogging
Members list
Type members
Classlikes
Defines an abstract logger that will be useful while writing some trait which needs access to any logger without deciding on an specific implementation.
Defines an abstract logger that will be useful while writing some trait which needs access to any logger without deciding on an specific implementation.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Defines logger as a lazy value initialized with an underlying org.slf4j.Logger named according to the class into which this trait is mixed.
Defines logger as a lazy value initialized with an underlying org.slf4j.Logger named according to the class into which this trait is mixed.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Implementation of a fast logger based on macros and an underlying org.slf4j.Logger.
Implementation of a fast logger based on macros and an underlying org.slf4j.Logger.
Attributes
- Companion
- object
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Logger
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class LoggerTakingImplicit[A]
Defines logger as a value initialized with an underlying org.slf4j.Logger named according to the class into which this trait is mixed.
Defines logger as a value initialized with an underlying org.slf4j.Logger named according to the class into which this trait is mixed.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any