From 5d83ed655da77df748fb510eebd393ce7cb32f51 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 15 Nov 2020 22:01:47 -0800 Subject: [PATCH] Add module docstring. --- voussoirkit/vlogging.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/voussoirkit/vlogging.py b/voussoirkit/vlogging.py index 780c40a..faeb482 100644 --- a/voussoirkit/vlogging.py +++ b/voussoirkit/vlogging.py @@ -1,3 +1,7 @@ +''' +This module forwards everything from logging, with the addition of a level +LOUD=1 and all loggers are given the `loud` method. +''' from logging import * _getLogger = getLogger