We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LazyLogging and StrictLogging lack a common abstraction
LazyLogging
StrictLogging
trait AnyLogging { protected val logger: Logger }
This is useful, when writing some trait which needs access to any logger without deciding on an specific implementation.