Release Note
Changed
-
Refactored the
StdOutLogger
to improve usability, configuration, and standardization of logging messages. -
Enabled a
config()
method in theStdOutLogger
for straightforward configuration of the Pyventus logger. -
Introduced a
critical()
method in both theStdOutLogger
andLogger
classes for logging critical-level messages. -
Updated the
error()
method in both theStdOutLogger
andLogger
classes to include theexc_info
parameter, allowing exception information to be logged for better insights during debugging. -
Enhanced the
execute()
method of the Event Handler to include exception information in error logs, improving debugging when errors occur. -
Improved error logging in the
Observable
class by including exception information in error logs for better debugging when errors occur.
Changelog
- Full Changelog: 0.7.0...0.7.1
- Contributors: @mdapena