Print severity in UVM

In reply to chr_sue:

In reply to anurag7883:
The UVM is providing to you a very powerful reporting mechanism with the corresponding macros. This includes the verbosity.
The simple print method does not have this.

To print a whole class_members we can’t use those reporting mechanism.
While building the environment those prints were required.
Now env is stable. we need not see all members… But going and changing them to a report mechanism should not be a effective way.
I am asking if UVM has given any hack to this problem or we can make a hack with relatively less effort?