Add module docstring.
This commit is contained in:
parent
29541d2570
commit
5d83ed655d
1 changed files with 4 additions and 0 deletions
|
@ -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 *
|
from logging import *
|
||||||
|
|
||||||
_getLogger = getLogger
|
_getLogger = getLogger
|
||||||
|
|
Loading…
Reference in a new issue