Setting custom formatting style and custom date-time formatting added to `log21.get_logger` function.
1.4.11
`Logger.write` edited. It's same as `Logger.warning` but its default `end` argument value is an empty string.
1.4.10
`Logger.write` added. It's same as `Logger.warning`
1.4.9
Bug fixed:
>>> log21.get_logger() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\...\Python37-32\lib\site-packages\log21\__init__.py", line 44, in get_logger raise TypeError('A logger name must be a string') TypeError: A logger name must be a string