Skip to content

Instantly share code, notes, and snippets.

@xerial
Created June 25, 2018 21:56
Show Gist options
  • Save xerial/4cc90244bed1a7fc41f4d2949b858bd9 to your computer and use it in GitHub Desktop.
Save xerial/4cc90244bed1a7fc41f4d2949b858bd9 to your computer and use it in GitHub Desktop.
import org.slf4j.Logger
import org.slf4j.LoggerFactory
object MyApp {
val logger = LoggerFactory.getLogger(classOf[HelloWorld])
logger.info("Hello World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment