io.fsq.twofishes.indexer.importers.geonames.SimplePrintLogger.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twofishes-indexer-geonames_2.11 Show documentation
Show all versions of twofishes-indexer-geonames_2.11 Show documentation
Foursquare's coarse, splitting geocoder and reverse geocoder in Scala.
The newest version!
// Copyright 2012 Foursquare Labs Inc. All Rights Reserved.
package io.fsq.twofishes.indexer.importers.geonames
trait SimplePrintLogger {
object logger {
def error(s: String) { println("**ERROR** " + s) }
def info(s: String) { println(s) }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy