[#67] Add (deprecated) `logp` macro back from v3.x

This commit is contained in:
Peter Taoussanis 2015-09-26 12:13:29 +07:00
parent 8ddd5a1dc9
commit 2abc1dd3d3
1 changed files with 1 additions and 0 deletions

View File

@ -579,3 +579,4 @@
(defmacro with-log-level [level & body] `(with-level ~level ~@body))
(defmacro with-logging-config [config & body] `(with-config ~config ~@body))
(defn logging-enabled? [level compile-time-ns] (log? level (str compile-time-ns)))
(defmacro logp [& sigs] `(log ~@sigs))