How do I display the name string of the UVM_VERBOSITY?
I have been using this to report the verbosity level, but it returns an int.
m_rh.get_verbosity_level()
How would you display the enumerated name as opposed to the enumerated value?
I'm looking at section "6.19 Enumerations" of the LRM (1800-2012.pdf) and close, but not there yet, so I punt this question out into the ether.
.name() seems like it should be in there somewhere.