Alex Panchenko commented on Bug SLF4J-315

If class uses this thing:

trait SLF4JLogging {
@transient
lazy val log = Logger(this.getClass.getName)
}

then actual code is not something like in the description as Logger is obtained on the first use, not during class initialization.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira