You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support of Any type in logging functions, this should be easy and would be very convenient.
import com.typesafe.scalalogging.StrictLogging
object Main extends App with StrictLogging {
println(1) // works fine
logger.info(1) // causes compiler error
}
The text was updated successfully, but these errors were encountered:
Please add support of
Any
type in logging functions, this should be easy and would be very convenient.The text was updated successfully, but these errors were encountered: