> -----Original Message----- > From: Juraj Linkeš <[email protected]> > Sent: Friday, July 29, 2022 6:56 PM > To: [email protected]; [email protected]; Randles, Ronan > <[email protected]>; [email protected]; > [email protected]; Tu, Lijuan <[email protected]> > Cc: [email protected]; Juraj Linkeš <[email protected]> > Subject: [PATCH v4 3/9] dts: add basic logging facility > > The logging module provides loggers distinguished by two attributes, a custom > format and a verbosity switch. The loggers log to both console and more > verbosely to files. > > Signed-off-by: Owen Hilyard <[email protected]> > Signed-off-by: Juraj Linkeš <[email protected]> > --- > dts/framework/__init__.py | 3 + > dts/framework/logger.py | 124 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 127 insertions(+) > create mode 100644 dts/framework/__init__.py create mode 100644 > dts/framework/logger.py >
Reviewed-by: Lijuan Tu <[email protected]> Thanks, Lijuan

