Static Method

In reply to CRVAddict:

This is because uvm_sequence_item has its own reporting interface. It delegates to the sequencer the sequence is running on, or the uvm_top if the sequencer is null (virtual sequence)

You need to use `uvm_info_context to provide some context for reporting. Without knowing why you need a static method, I can only suggest using uvm_root::get() as the context