Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
352 views
in Technique[技术] by (71.8m points)

Scala logging error, com.typesafe.scalalogging.LazyLogging.$init$ method not found

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Your import is wrong. It should be

import com.typesafe.scalalogging.LazyLogging 

and not

import com.typesafe.scalalogging.slf4j.LazyLogging

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...