summaryrefslogtreecommitdiff
path: root/Biz/Log.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-07 14:22:18 -0500
committerBen Sima <ben@bsima.me>2021-12-07 14:22:18 -0500
commit7868cc248e01a36827338d8fca6b57f8999a1ba1 (patch)
tree4e132e3a5457f19ee0e414b281726680c88f417d /Biz/Log.hs
parentab590a59b01ff26e691874968a9aba419aaf6882 (diff)
Add simple API key feature to Dragons.dev
Still need to add this to the CLI, and there should be other features like delete and so on, but this works for now.
Diffstat (limited to 'Biz/Log.hs')
-rw-r--r--Biz/Log.hs12
1 files changed, 8 insertions, 4 deletions
diff --git a/Biz/Log.hs b/Biz/Log.hs
index c74d297..c206dc9 100644
--- a/Biz/Log.hs
+++ b/Biz/Log.hs
@@ -8,14 +8,18 @@ module Biz.Log
info,
warn,
fail,
- -- Debugging
+
+ -- * Debugging
mark,
- -- Operators
+
+ -- * Operators
(~&),
(~?),
- -- Wai Middleware
+
+ -- * Wai Middleware
wai,
- -- | Low-level
+
+ -- * Low-level
msg,
br,
)