Scala logging error, com.typesafe.scalalogging.Laz

2019-09-21 18:53发布

问题:

Hi I tried multiple combinations of including dependencies of scala logging, however I'm getting runtime error as method init not found.

For detailed code and error I'm getting, please have a look here at my Github repository.

PS: I do know there are exisiting similar threads there but all those solutions seems to be not working in my case, so had to create this seperate thread with detailed code and error message.

Any help will be highly appreciated. Thanks in advance.

回答1:

Your import is wrong. It should be

import com.typesafe.scalalogging.LazyLogging 

and not

import com.typesafe.scalalogging.slf4j.LazyLogging