Setting the Verbosity only for few /sequences/objects/interfaces in uvm?

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.