Skip to content

Instantly share code, notes, and snippets.

@blackawa
Created February 14, 2017 09:05
Show Gist options
  • Save blackawa/93cb66e0d45c56a5f52ef0e09378cc77 to your computer and use it in GitHub Desktop.
Save blackawa/93cb66e0d45c56a5f52ef0e09378cc77 to your computer and use it in GitHub Desktop.
loggerにスタックトレース文字列を渡す
(try (/ 1 0)
(catch Exception e
(println (clojure.string/join "\n " (cons (str e(.getMessage e)) (map str (.getStackTrace e)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment