(defmacro error "Logs a message at the error level." ([message] `(log :error ~message)) ([message throwable] `(log :error ~message ~throwable)))
Comments top
No comments for error. Log in to add a comment.