In reply to chr_sue:
In reply to vvs3693:
For a certaim test you can call for a component ‘set_report_verbosity_level(UVM_HIGH)’ to set the verbosity to UVM_HIGH while setting for other components the verbosity to UVM_LOW by calling ‘set_report_verbosity_level(UVM_LOW)’ for these components.
I guess this can be used only for, uvm_component types; how do I do it for uvm_object/interfaces or say the sequences ?