Skip to content

De-couple Makefile and logging #19

@gregschmit

Description

@gregschmit

The Makefile struct should have a logger field, which is something that implements MakeLogger trait, which implements info, warn, and error methods for logging. The default implementation will be to print to stdout/stderr.

This will help future efforts to make a re-usable library (that can also be used for a language server).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions