In reply to RenéPi:
The code for the UVM is Open Source, so you can look at the definition of the
`uvm_info macro, which happens to be located in src/macros/uvm_message_defines.svh. You will see that the macro is a simple wrapper around
uvm_report_info. Type any of these API names in to search page and you will get a link to the source.