SVT ovm_urm_message_format Class Member List

This is the complete list of members for class ovm_urm_message_format, including all inherited members.


 ovm_urm_message_format  static bit  enable_ansi_colors = 0;  
 ovm_urm_message_format  static string  error_postfix = ANSI_RESET;  
 ovm_urm_message_format  static string  error_prefix = { "\033[31m" , "\033[5m" };  
 ovm_urm_message_format  static string  error_text = "ERROR";  
 ovm_urm_message_format  static string  fatal_postfix = ANSI_RESET;  
 ovm_urm_message_format  static string  fatal_prefix = { "\033[31m" , "\033[5m" };  
 ovm_urm_message_format  static string  fatal_text = "FATAL";  
 ovm_urm_message_format  static string  full_text = "FULL";  
 ovm_urm_message_format  static string  high_text = "HIGH";  
 ovm_urm_message_format  static string  info_postfix = ANSI_RESET;  
 ovm_urm_message_format  static string  info_prefix = ANSI_FG_BLACK;  
 ovm_urm_message_format  static string  info0_text = "";  
 ovm_urm_message_format  static string  info1_text = "OVM_LOW";  
 ovm_urm_message_format  static string  info2_text = "OVM_MEDIUM";  
 ovm_urm_message_format  static string  info3_text = "OVM_HIGH";  
 ovm_urm_message_format  static string  info4_text = "OVM_FULL";  
 ovm_urm_message_format  static string  info_text = "INFO";  
 ovm_urm_message_format  static string  long_text = "LONG";  
 ovm_urm_message_format  static string  low_text = "LOW";  
 ovm_urm_message_format  static string  medium_text = "MEDIUM";  
 ovm_urm_message_format  static string  none_text = "NONE";  
 ovm_urm_message_format  static string  raw_text = "RAW";  
 ovm_urm_message_format  static string  separator = " -- ";  
 ovm_urm_message_format  static string  short_text = "SHORT";  
 ovm_urm_message_format  static string  time1_postfix = { "\033[0m" , "]" };  
 ovm_urm_message_format  static string  time1_prefix = { "[" , "\033[30m" , "\033[1m" };  
 ovm_urm_message_format  static string  time2_postfix = { "\033[0m" , "]" };  
 ovm_urm_message_format  static string  time2_prefix = { "[" , "\033[30m" };  
 ovm_urm_message_format  static string  warning_postfix = ANSI_RESET;  
 ovm_urm_message_format  static string  warning_prefix = ANSI_FG_GREEN;  
 ovm_urm_message_format  static string  warning_text = "WARNING";