log()
function which requires log level and message and other paragram. It adds any types of log.LOG_LEVELS.get_name()
andLOG_LEVELS.get_level()
functions, which converts log levels to its names or converts them back.- A welcome message at start or at import.
debug()
,info()
,warn()
,error()
,critical()
now simply uselog()
to add logs.- Some typo. :)
- Moved version from code comment to a global varriable.
- Critical log type.
- Documents in
README.md
.
- The secondary confirmation of writing files at the start of the tests
Full Changelog: https://github.com/TotoWang-hhh/minimalogger/commits/v0.1.1.
The very first version