Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start richer logging #96

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open

Start richer logging #96

wants to merge 4 commits into from

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    187e633 View commit details
    Browse the repository at this point in the history
  2. Refactor logging for more flexibility

    All the interaction with Python's logging should now happen only
    through the HIVpyLogger. Exceptions are currently the logging in
    the tests, and the demographics module - these will be tackled
    separately.
    ageorgou committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4fa9ca4 View commit details
    Browse the repository at this point in the history
  3. Allow multiple loggers for tests etc

    Also distinguish between loggers (which control what gets logged
    generally) and the new PopulationWriter (which will control how
    the population gets recorded for monitoring purposes during the
    simulation).
    ageorgou committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5117b0f View commit details
    Browse the repository at this point in the history
  4. Clean things up a bit more

    ageorgou committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b5dd081 View commit details
    Browse the repository at this point in the history