com.typesafe.scalalogging
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.
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.
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
.
- Companion:
- object
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.