mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
This will allow necessary messages to be printed to consoles. These macros will redirect debug message to consoles. CONSOLE_PRINT CONSOLE_PRINT_UNICODE These conditional macros will redirect debug message to consoles or DEBUG(). The PrintLevel is valid only when redirected to DEBUG(). CONSOLE_PRINT_CONDITION CONSOLE_PRINT_UNICODE_CONDITION Signed-off-by: Aiden Park <aiden.park@intel.com>