in play-v30/src/sbt-test/example/webapp/app/AppLoader.scala [4:12]
override def load(context: ApplicationLoader.Context): Application = {
LoggerConfigurator(context.environment.classLoader).foreach {
_.configure(context.environment)
}
val components = new AppComponents(context)
components.application
}