summaryrefslogtreecommitdiff
path: root/asciifarm/client/keymacros.hy
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/client/keymacros.hy')
-rw-r--r--asciifarm/client/keymacros.hy3
1 files changed, 3 insertions, 0 deletions
diff --git a/asciifarm/client/keymacros.hy b/asciifarm/client/keymacros.hy
index 595a98c..b39ef5e 100644
--- a/asciifarm/client/keymacros.hy
+++ b/asciifarm/client/keymacros.hy
@@ -14,3 +14,6 @@
(defmacro selectorvalue [name]
`(.getValue (selector ~name)))
+
+(defmacro log [text]
+ `(self.client.log ~text))