aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/logging.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-10 03:10:43 -0400
committerEduardo Julian2021-07-10 03:10:43 -0400
commit4610968193df10af12c91f699fec39aeb3ef703a (patch)
tree27d1578548ad49f5aefe76fb696a7af10361c9cf /documentation/bookmark/logging.md
parentf3e869d0246e956399ec31a074c6c6299ff73602 (diff)
Made the "try" macro into a common one, instead of a host-specific one.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/logging.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bookmark/logging.md b/documentation/bookmark/logging.md
new file mode 100644
index 000000000..cb4cc64ed
--- /dev/null
+++ b/documentation/bookmark/logging.md
@@ -0,0 +1,5 @@
+# Reference
+
+1. [IceCream — Never use print() to debug again](https://github.com/gruns/icecream)
+1. [Capabilities of Elixir's Logger](https://blog.appsignal.com/2020/10/13/capabilities-of-elixir-logger.html)
+