Uvm_reg looking up a register name based on the address

Hello:

Is there a way to look up the register name using the physical address?
My use case is a logger which prints the uvm_reg name based on the address seen on the bus.

Thanks

In reply to unmesh:

uvm_reg reg_h;
reg_h = reg_blk.default_map.get_reg_by_offset(offset);