Releases: SteveDoyle2/cpylog
Releases · SteveDoyle2/cpylog
1.0.4
1.0.3
- Removing colorama import when already dumping content to a text file
- Adding check to get_logger's first argument
1.0.2
Removing six dependency to fix install when you don't have pip.
Adding temporary Python 2.7 support. It'll be removed in a future release (6/2019?).
Adding travis CI testing.
1.0.1
First official (working) release
cpylog supports:
- colorama (optionally)
- Jupyter notebook HTML output (optionally)
- overwritable with a standard Python logger
- crashes (a good thing) on misformatted logging statements (instead of being silently dropped)