Moving to SLF4J logger in wks-core

Currently in wks-core are using logger from lombok.extern.java package

This logger might create integration issues with Azure appinsights or any other monitoring application

We can use SLF4J logger from org.slf4j.LoggerFactory package to maintain consistency with other services