◆ Init()
      
        
          | helper_Log.Log.Init  | 
          ( | 
           |           options | ) | 
           | 
        
      
 
 
◆ PrintBegin()
      
        
          | helper_Log.Log.PrintBegin  | 
          ( | 
           |           text | ) | 
           | 
        
      
 
 
◆ PrintFatal()
      
        
          | helper_Log.Log.PrintFatal  | 
          ( | 
           |           error_text | ) | 
           | 
        
      
 
 
◆ PrintFollow()
      
        
          | helper_Log.Log.PrintFollow  | 
          ( | 
           |           text | ) | 
           | 
        
      
 
 
◆ PrintGroupStart()
      
        
          | helper_Log.Log.PrintGroupStart  | 
          ( | 
           |           text | ) | 
           | 
        
      
 
 
◆ PrintMainStart()
      
        
          | helper_Log.Log.PrintMainStart  | 
          ( | 
           |           options | ) | 
           | 
        
      
 
 
◆ PrintResult()
      
        
          | helper_Log.Log.PrintResult  | 
          ( | 
           |           result_type,  | 
        
        
           | 
           | 
           |           result_text = None ) | 
        
      
 
 
◆ current_cursor_pos
  
  
      
        
          | int helper_Log.Log.current_cursor_pos = 0 | 
         
       
   | 
  
static   | 
  
 
 
◆ log_file
  
  
      
        
          | str helper_Log.Log.log_file = "creation_log.txt" | 
         
       
   | 
  
static   | 
  
 
 
◆ terminal_columns
  
  
      
        
          | int helper_Log.Log.terminal_columns = 120 | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: