aboutsummaryrefslogtreecommitdiff
path: root/example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example.lua')
-rw-r--r--example.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/example.lua b/example.lua
new file mode 100644
index 0000000..46829c2
--- /dev/null
+++ b/example.lua
@@ -0,0 +1,8 @@
+log.info("CRAZY")
+
+function maybe()
+ log.warn("does it work?")
+ return log.panic("it does")
+end
+
+maybe()