Filter uvm_info statements in the monitor by interface

In reply to Phill_Ferg:

Hi Phill,

Best Way is to filter UVM Message is to have unique Message ID.

you could try such implementation

`uvm_info("MONITOR:Filtername", $sformatf("[%p]WR Data %0d of %0d ", vif,capture_count,collected_transfer.burstLen), UVM_HIGH)

you will get “[MONITOR:Filtername]” this pattern in log and then its easy to grep for this id. I hope this is what you are looking for.

Regards,
Vinay Jain