Adds a basic logging class to Dexter that uses the existing PrettyOutput class for printing and supports 3 levels of verbosity (note, warning, error). Intended to consolidate the logic for Dexter into one place, removing the need for conditional log statements and making it easier for us later if we wish to use a more complete logging class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Did you intend to add the new prints (e.g. VS: Using executable: '{exe_path}') in this patch? Either way LGTM.