Loguru v0.2.2 Release Notes

Release Date: 2018-12-12 // over 5 years ago
    • ๐Ÿšš Deprecate logger.start() and logger.stop() methods in favor of logger.add() and logger.remove() (#3 <https://github.com/Delgan/loguru/issues/3>_).
    • ๐Ÿ›  Fix ignored formatting while using logging.Handler sinks (#4 <https://github.com/Delgan/loguru/issues/4>_).
    • ๐Ÿ›  Fix impossibility to set empty environment variable color on Windows (#7 <https://github.com/Delgan/loguru/issues/7>_).