SVT svt_logger Class Member List

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


 svt_logger   function void  buffer_in_change ( string port_number, string port_value )  Buffer the changes to an input port, this task will only be called if logging is on, so there is no need to check if logging is on.  
 svt_logger   function void  buffer_out_change ( string port_number, string port_value )  Buffer the changes to an output port, this task will only be called if logging is on, so there is no need to check if logging is on.  
 svt_logger   function bit  get_logging_on ( )   
 svt_logger   function int  get_log_file ( )   
 svt_logger  protected string  in_port_numbers = "";  
 svt_logger  protected string  in_port_values = "";  
 svt_logger   function void  log_time ( )   
 svt_logger   function void  new ( )  CONSTRUCTOR: Creates a new instance of the svt_logger class. 
 svt_logger   function void  open_log ( string inst )   
 svt_logger  protected string  out_port_numbers = "";  
 svt_logger  protected string  out_port_values = "";  
 svt_logger   function void  start_logging ( string inst, string name, string suite, bit is_called_from_hdl )