From 7513aacdcac4e02d7db51037ce553e72df0da0c4 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 6 Nov 2020 22:24:16 -0500 Subject: [PATCH] Update readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index a1efff1..d0db518 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,12 @@ Custom logging file to be imported into other projects. Improves logging handling above and beyond Python's default definitions. +## References +See `documents/references.md` for various references used for project. + +Includes some helper links for expanding/customizing logging above the defaults this project provides. + + ## Usage ### Basic Usage Copy the `logging.py` file (found at project root) into the desired project subfolder. -- GitLab