MultiArchUefiPkg
MultiArchUefiPkg copied to clipboard
Per-image tracing
Today all sorts of debug info is printed for debug builds, but it's completely non-selective, rendering it useless for situations where you need extra logging.
Make logging levels/options per image (inheriting global state on image launch). Add a test protocol call to manipulate local image logging state. Add an application to change the global state.