Uvm_report_error(..., UVM_ERROR) not reported in log file (UVM_VERBOSITY=UVM_NONE)

Hi Raj,

 what ever you said is true for uvm_report_info, where as for ovm_report_error is has to be printed irrespective of verbosity level.

First of all we should not use reporting method instead use reporting macros.