package scalalogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalalogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait CanLog[A] extends AnyRef
- type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]
- type Iterable[+A] = scala.collection.immutable.Iterable[A]
-
trait
LazyLogging extends AnyRef
Defines
loggeras a lazy value initialized with an underlyingorg.slf4j.Loggernamed according to the class into which this trait is mixed. -
final
class
Logger extends Serializable
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.- Annotations
- @SerialVersionUID()
-
final
class
LoggerTakingImplicit[A] extends Serializable
- Annotations
- @SerialVersionUID()
- type Seq[+A] = scala.collection.immutable.Seq[A]
-
trait
StrictLogging extends AnyRef
Defines
loggeras a value initialized with an underlyingorg.slf4j.Loggernamed according to the class into which this trait is mixed.