(compile-log-message "my-function" '[a b]) | |
; Output (code fragment): | |
(log-symbol-values | |
"[TRACE] Call to \"my-function\" with arguments: " | |
'[a b] | |
[a b]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment