Skip to content

Logging Project: Define Python API for logging-enabled Codelist #60

@CarolineMorton

Description

@CarolineMorton

Follow on to #58 and #59

Goal: Support logging via the Python bindings with a simple API.

Example:

c = CodeList("Pneumonia", "ICD10", "Manually created", logging=True)

Scope:

  • Add optional logging=True parameter to Python CodeList constructor but set this as default True.
  • Expose method to retrieve logs from Python, e.g. c.get_log()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions