[PATCH v4 3/9] dts: add basic logging facility

Tu, Lijuan lijuan.tu at intel.com
Wed Aug 10 08:31:17 CEST 2022


> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Sent: Friday, July 29, 2022 6:56 PM
> To: thomas at monjalon.net; david.marchand at redhat.com; Randles, Ronan
> <ronan.randles at intel.com>; Honnappa.Nagarahalli at arm.com;
> ohilyard at iol.unh.edu; Tu, Lijuan <lijuan.tu at intel.com>
> Cc: dev at dpdk.org; Juraj Linkeš <juraj.linkes at pantheon.tech>
> 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 <ohilyard at iol.unh.edu>
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> ---
>  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 <lijuan.tu at intel.com>

Thanks,
Lijuan


More information about the dev mailing list