Skip to content

Instantly share code, notes, and snippets.

@chbatey
Last active December 23, 2015 01:28
Show Gist options
  • Save chbatey/6560275 to your computer and use it in GitHub Desktop.
Save chbatey/6560275 to your computer and use it in GitHub Desktop.
Scala + SLF4J + logback + grizzled
package com.batey.examples
import grizzled.slf4j.Logging
class SomeClass extends Logging {
info("Some information")
error("Something terrible")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment