Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce AnyLogging #147

Closed
Stefanqn opened this issue Feb 1, 2019 · 1 comment
Closed

Introduce AnyLogging #147

Stefanqn opened this issue Feb 1, 2019 · 1 comment

Comments

@Stefanqn
Copy link

Stefanqn commented Feb 1, 2019

LazyLogging and StrictLogging lack a common abstraction

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.

@prateekatknoldus
Copy link
Contributor

I think we also need to add description for AnyLogging in README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants