Skip to content

Ver 1.0.5

Compare
Choose a tag to compare
@BNMetrics BNMetrics released this 25 Apr 08:47
· 87 commits to master since this release

Improvements

  • Simplified the logme.log decorator

  • If decorated class is extended, obj.logger attribute is carried from the decorated parent class to extended classes

  • Core functionality stays the same

Bug Fixes

  • Fixed the issue with decorated class being none extendable.
  • type() on decorated objects now returns correct types

Misc

  • Changed LogDecorator class to LogProvider as it is no longer a decorator
  • logme.log decorator used by function / class is now resolved from _get_logger_decorator()
  • Added test cases for decorated class extension.