Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jschwietert/e3d73b4ea07007c83fcba1e32480cc88 to your computer and use it in GitHub Desktop.
Save jschwietert/e3d73b4ea07007c83fcba1e32480cc88 to your computer and use it in GitHub Desktop.
Log variable usage with VictorOps unified logging.
type LogVariable = (String, Any)
def info(msg: => String, variables: LogVariable*): Unit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment