What does $sformatf ("%m") mean when it is in this context, `uvm_info ("TRACE", $sformatf("%m"), UVM_MEDIUM);

In reply to zhangmiao:

If you are learning SystemVerilog or UVM, you should have a copy of the IEEE SystemVerilog Language Standard for reference.

Table 21.2 - Escape sequences for format specifications states that %m or %M will display the hierarchical name.