Commit Graph

6 Commits

Author SHA1 Message Date
ea99138469
Updated utils/printfmt.py
Module given docstrings to explain the purpose and function of defined
module functions. Giving parameter and return values of functions.

Module now contains `gen_log_header` moved from the `Logger` class,
along with global constants for the function.
2022-05-03 18:16:54 +01:00
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
a0e487a2a7
Updated main.py
Added another example of how to log with pseudologs
2022-05-03 18:12:59 +01:00
5e922c5515
Added clog package modules
This commit is a continuation from commit [3746b773f4] which is a
separation of library modules into its own package from a larger
project.

Version control jump is significant in feature implementations due
simply to under-using commit control after minor feature
implementations. Project will receive better commit messages going
forward on changes to the package.
2022-05-03 14:51:57 +01:00
b91572874e
Added LICENCE.txt
Added the GNU GPLv3+ licence agreement
2022-05-03 14:51:54 +01:00
d4eb1820a7
Added .gitignore
Ignore unnecessary files and folders
2022-05-03 14:48:10 +01:00