Skip to content

v1.0.1

Compare
Choose a tag to compare
@tcalmant tcalmant released this 10 Nov 15:21
· 12 commits to v1 since this release
  • Added a RequiresBroadcast decorator, which injects a proxy that broadcasts
    calls to all services matched by the requirement. It also transparently
    ignores calls when no service matches the requirement.
  • ConfigurationAdmin default persistence can now be disabled by setting the
    pelix.configadmin.persistence.default.disable framework property to any
    non-empty value.
    See #113 for more details.
  • Added a to_record() method in LogEntry objects. This converts the
    Pelix entry to a logging.LogRecord object, which can then be formatted
    using standard formatters.
    Note that some information is missing, like the place the log record is from
    (file path and line).