clog - logging as simple as putting on a shoe.
Go to file
theonepath 6ddb43d194
Updated _logger.py
Module given docstrings to extensively explain the purpose and function
of defined methods within the class, and class structure itself.

Method `genLogHeader` has been moved to `printfmt` module and renamed
`gen_log_header`, along with appropriate private attributes now global
constants in the module.
2022-05-03 18:13:18 +01:00
utils Added clog package modules 2022-05-03 14:51:57 +01:00
__init__.py Added clog package modules 2022-05-03 14:51:57 +01:00
_logger.py Updated _logger.py 2022-05-03 18:13:18 +01:00
.gitignore Added .gitignore 2022-05-03 14:48:10 +01:00
LICENCE.txt Added LICENCE.txt 2022-05-03 14:51:54 +01:00
main.py Updated main.py 2022-05-03 18:12:59 +01:00