UVM_INFO

In reply to Neeraj Dahiy:

virtual task run_phase(uvm_phase phase);
`uvm_info(get_type_name(), “Run Phase Called”, UVM_LOW)
endtask : run_phase
With above line of code, I am unable to get the print message, Is UVM_INFO not works for virtual tasks?

Can you please give brief snippet of your code