All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fsq.twofishes.indexer.importers.geonames.SimplePrintLogger.scala Maven / Gradle / Ivy

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