Re: [edk2-devel] [PATCH 4/8] ShellPkg/AcpiView: Create a logging facility

2020-07-09 Thread Gao, Zhichao
See below. > -Original Message- > From: Tomas Pilar > Sent: Monday, June 29, 2020 11:20 PM > To: devel@edk2.groups.io > Cc: sami.muja...@arm.com; n...@arm.com; Ni, Ray ; Gao, > Zhichao > Subject: [PATCH 4/8] ShellPkg/AcpiView: Create a logging facility > > Extract error and warning logg

[edk2-devel] [PATCH 4/8] ShellPkg/AcpiView: Create a logging facility

2020-06-29 Thread Tomas Pilar (tpilar)
Extract error and warning logging into separate methods. Fold highlighting and other output properties into the logging methods. Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Tomas Pilar --- .../UefiShellAcpiViewCommandLib/AcpiParser.c | 5 +- .../UefiShellAcpiViewCommandLib/AcpiViewLog.c | 230