How to copy an uvm_info with particular msd_id

Hi
I want to copy an uvm_info with particular message id during the simulation and want to display at the end of simulation in report phase
I failed to find the way. Kindly help me in knowing that

Thank you

In reply to Aajay:

use uvm_report_catcher and store valid uvm_info to one file and latter on you can display that all messages.

In reply to dhaval_sanepara:

https://verificationacademy.com/forums/uvm/uvm-reporting#reply-47939
https://verificationacademy.com/forums/uvm/redirecting-uvminfo-outputs-log-file

In reply to dhaval_sanepara:

You can use uvm_report_catcher to save UVM messages, but you don’t need to save them in a file. You can push them onto a queue.

Thanks for the info.
it worked