(defn compile-log-message | |
[fct-name bindings] | |
`(log-symbol-values | |
~(function-log-prefix fct-name) | |
'~bindings | |
~bindings)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(defn compile-log-message | |
[fct-name bindings] | |
`(log-symbol-values | |
~(function-log-prefix fct-name) | |
'~bindings | |
~bindings)) |