How can i print the data item/transaction by using 'uvm_info or uvm_report_info.
I know that we can print it like obj.print(), but i wanted print the data item by using either 'uvm_info or uvm_report_info so that i can print them by using verbosity level when ever i wanted.
One comment is that $psprintf() is not part of the official SystemVerilog LRM, although most simulators will support it. $sformatf() is the appropriate function to use.