Skip to content

Instantly share code, notes, and snippets.

@beans15
Created March 26, 2013 18:11
Show Gist options
  • Save beans15/5247732 to your computer and use it in GitHub Desktop.
Save beans15/5247732 to your computer and use it in GitHub Desktop.
[scala] ScalaLogging
import com.typesafe.scalalogging.slf4j.Logging
class Test extends Logging {
logger.warn("hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment