Displaying only scoreboard messeges

Hey all, I hope you’re doing great.
I wonder if there’s a way to display only an uvm component messages (uvm_info, error and warning) a scoreboard for example ?

In reply to abdelaali_21:

There are a number of ways to accomplish this with command line options, methods, or report catchers.
See Messaging | Verification Academy

But the simplest way of accomplishing this is filtering the output with your favorite scripting tool (awk/perl/python)