Skip to content

Add support for Any (like in println) #152

@shvimas

Description

@shvimas

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions