FreeRTOS logging, iot logging task dynamic buffers

Back in the days, I was able to create a logging task with dynamic buffers allocation.
I looked quite a bit but I am not able to find support for this anymore when downloading the latest LTS FreeRTOS archive (FreeRTOSv202212.01).

I am still able to find it on the archived github repo at path libraries/logging/iot_logging_task_dynamic_buffers.c

Do I understand correctly that this logging library is discontinued?

Thank you,
Alex

It was not a library but an example. You can still use that as a reference to implement logging in your application. Let us know if you face any issue.