Scala logging error, com.typesafe.scalalogging.Laz

2019-09-21 18:57发布

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条回答
戒情不戒烟
2楼-- · 2019-09-21 19:47

Your import is wrong. It should be

import com.typesafe.scalalogging.LazyLogging 

and not

import com.typesafe.scalalogging.slf4j.LazyLogging
查看更多
登录 后发表回答