This is the complete list of members for class vmm_log, including all inherited members.
| vmm_log | enum value | ABORT_SIM |
| vmm_log | enum value | ALL_SEVS |
| vmm_log | enum value | ALL_TYPS |
| vmm_log | enum value | COMMAND_TYP |
| vmm_log | enum value | CONTINUE |
| vmm_log | enum value | COUNT_ERROR |
| vmm_log | enum value | CYCLE_TYP |
| vmm_log | enum value | DEBUGGER |
| vmm_log | enum value | DEBUG_SEV |
| vmm_log | enum value | DEBUG_TYP |
| vmm_log | enum value | DEFAULT |
| vmm_log | enum value | DEFAULT_HANDLING |
| vmm_log | enum value | DEFAULT_SEV |
| vmm_log | enum value | DEFAULT_TYP |
| vmm_log | enum value | DUMP_STACK |
| vmm_log | enum value | ERROR_SEV |
| vmm_log | enum value | FAILURE_TYP |
| vmm_log | enum value | FATAL_SEV |
| vmm_log | enum value | HIDDEN_SEV |
| vmm_log | enum value | IGNORE |
| vmm_log | enum value | IGNORE_SEV |
| vmm_log | enum value | INTERNAL_TYP |
| vmm_log | enum value | NORMAL_SEV |
| vmm_log | enum value | NOTE_TYP |
| vmm_log | enum value | NOTIFY_TYP |
| vmm_log | enum value | PROTOCOL_TYP |
| vmm_log | enum value | REPORT_TYP |
| vmm_log | enum value | STDOUT |
| vmm_log | enum value | STOP_PROMPT |
| vmm_log | enum value | TIMING_TYP |
| vmm_log | enum value | TRACE_SEV |
| vmm_log | enum value | TRANSACTION_TYP |
| vmm_log | enum value | UNCHANGED |
| vmm_log | enum value | USER_TYP_0 |
| vmm_log | enum value | USER_TYP_1 |
| vmm_log | enum value | USER_TYP_2 |
| vmm_log | enum value | VERBOSE_SEV |
| vmm_log | enum value | WARNING_SEV |
| vmm_log | enum value | XHANDLING_TYP |
| vmm_log | virtual function void | add_watchpoint ( int watchpoint_id, string name = "", string inst = "", bit recurse = 0 ) |
| vmm_log | virtual function void | append_callback ( vmm_log_callbacks cb ) |
| vmm_log | vmm_log | below |
| vmm_log | static local vmm_log_callbacks | callbacks |
| vmm_log | virtual function vmm_log | copy ( vmm_log to = NULL ) |
| vmm_log | virtual function int | create_watchpoint ( int typs = ALL_TYPS, int severity = ALL_SEVS, string text = "", logic issued = 1'bx ) |
| vmm_log | local function int | default_handling ( int severity ) |
| vmm_log | static local int | dflt_lvl |
| vmm_log | virtual function void | disable_types ( int typs, string name = "", string inst = "", bit recursive = 0 ) |
| vmm_log | virtual function void | display ( string prefix = "" ) |
| vmm_log | virtual function void | enable_types ( int typs, string name = "", string inst = "", bit recursive = 0 ) |
| vmm_log | local int | enabled_typs |
| vmm_log | virtual function void | end_msg ( ) |
| vmm_log | static local int | error_count |
| vmm_log | static local int | error_limit |
| vmm_log | local function void | filter ( ) |
| vmm_log | local function void | flush_msg ( ) |
| vmm_log | static local vmm_log_format | fmt |
| vmm_log | function vmm_log | for_each ( ) |
| vmm_log | static local int | force_lvl |
| vmm_log | local int | fp |
| vmm_log | virtual function string | get_instance ( ) |
| vmm_log | virtual function int | get_message_count ( int severity = ALL_SEVS, string name = "", string inst = "", bit recurse = 0 ) |
| vmm_log | virtual function string | get_name ( ) |
| vmm_log | function int | get_verbosity ( ) |
| vmm_log | enum | handling_e |
| vmm_log | function string | handling_image ( int handling ) |
| vmm_log | local int | has_text_modifiers |
| vmm_log | static local int | in_callbacks |
| vmm_log | local string | inst |
| vmm_log | virtual function void | is_above ( vmm_log log ) |
| vmm_log | local bit | is_all |
| vmm_log | static local bit | is_pattern |
| vmm_log | local int | is_self |
| vmm_log | virtual function void | kill ( ) |
| vmm_log | static local vmm_log | known |
| vmm_log | static local int | known_idx |
| vmm_log | virtual function void | list ( string name = "/./", string inst = "/./", bit recurse = 0 ) |
| vmm_log | local int | log_lvl |
| vmm_log | virtual function void | log_start ( int file, string name = "", string inst = "", bit recurse = 0 ) |
| vmm_log | virtual function void | log_stop ( int file, string name = "", string inst = "", bit recurse = 0 ) |
| vmm_log | static local vmm_log_modifier | modifier_cache |
| vmm_log | local int | modifier_ids |
| vmm_log | virtual function int | modify ( string name = "", string inst = "", bit recursive = 0, int typ = ALL_TYPS, int severity = ALL_SEVS, string text = "", int new_typ = UNCHANGED, int new_severity = UNCHANGED, int handling = UNCHANGED ) |
| vmm_log | local vmm_log_msg | msg |
| vmm_log | static local string | msg_format |
| vmm_log | local string | msg_txt |
| vmm_log | local int | n_demoted |
| vmm_log | local int | n_msg |
| vmm_log | local string | name |
| vmm_log | function void | new ( string name, string inst, vmm_log under = NULL ) |
| vmm_log | local function void | notify ( ) |
| vmm_log | static local string | pattern |
| vmm_log | static local bit | plus_debug |
| vmm_log | static local string | prefix |
| vmm_log | virtual function void | prepend_callback ( vmm_log_callbacks cb ) |
| vmm_log | local function void | promote ( ) |
| vmm_log | virtual function string | psdisplay ( string prefix = "" ) |
| vmm_log | static local int | recurse |
| vmm_log | static local int | recurse_id |
| vmm_log | static local vmm_log_below_iter | recurse_stack |
| vmm_log | virtual function void | remove_watchpoint ( int watchpoint_id = 1, string name = "", string inst = "", bit recurse = 0 ) |
| vmm_log | virtual function void | report ( string name = "/./", string inst = "/./", bit recurse = 0 ) |
| vmm_log | function void | reset ( string name = "/./", string inst = "/./", bit recurse = 0 ) |
| vmm_log | virtual function vmm_log_format | set_format ( vmm_log_format fmt ) |
| vmm_log | virtual function void | set_instance ( string inst ) |
| vmm_log | virtual function void | set_name ( string name ) |
| vmm_log | virtual function string | set_sev_image ( int severity, string image ) |
| vmm_log | virtual function string | set_typ_image ( int typ, string image ) |
| vmm_log | virtual function void | set_verbosity ( int severity, string name = "", string inst = "", bit recursive = 0 ) |
| vmm_log | function string | sev_image ( int severity ) |
| vmm_log | static local string | sev_images |
| vmm_log | static local int | sev_list |
| vmm_log | enum | severities_e |
| vmm_log | virtual function bit | start_msg ( int typ, int severity = DEFAULT_SEV ) |
| vmm_log | enum | stdout_e |
| vmm_log | virtual function void | stop_after_n_errors ( int n ) |
| vmm_log | enum | symbols_e |
| vmm_log | virtual function bit | text ( string msg = "" ) |
| vmm_log | function string | typ_image ( int typ ) |
| vmm_log | static local string | type_images |
| vmm_log | static local int | type_list |
| vmm_log | enum | types_e |
| vmm_log | virtual function void | unmodify ( int modification_id = 1, string name = "", string inst = "", bit recursive = 0 ) |
| vmm_log | virtual function void | unregister_callback ( vmm_log_callbacks cb ) |
| vmm_log | local int | visited |
| vmm_log | virtual task | wait_for_msg (string name = "", string inst = "", bit recurse = 0, int typs = ALL_TYPS, int severity = ALL_SEVS, string text = "", logic issued = 1'bx, vmm_log_msg msg |
| vmm_log | virtual task | wait_for_watchpoint (int watchpoint_id, vmm_log_msg msg |
| vmm_log | static local vmm_log_watchpoint | watchpoint_cache |
| vmm_log | local int | watchpoint_ids |