If all you need is to get the current time and date for your logger, then this function is OK:
(defn now [] (new java.util.Date))
Now that you mentioned this, it would be useful to have support for immutable Date objects.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…