Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created June 17, 2011 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carllerche/7874cd65ed655f2ce59a to your computer and use it in GitHub Desktop.
Save carllerche/7874cd65ed655f2ce59a to your computer and use it in GitHub Desktop.
(ns picard.log4j.VerboseLayout
(:import
[org.apache.log4j
LoggingEvent])
(:gen-class
:name picard.log4j.VerboseLayout
:extends org.apache.log4j.Layout))
(defn -format
[this ^LoggingEvent evt]
"HELLO!!!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment