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