◆ BLACK
  
  
      
        
          | str helper_Log.Log.style.BLACK = "\033[30m" | 
         
       
   | 
  
static   | 
  
 
 
◆ BLUE
  
  
      
        
          | str helper_Log.Log.style.BLUE = "\033[34m" | 
         
       
   | 
  
static   | 
  
 
 
◆ BOLD
  
  
      
        
          | str helper_Log.Log.style.BOLD = "\033[01m" | 
         
       
   | 
  
static   | 
  
 
 
◆ CYAN
  
  
      
        
          | str helper_Log.Log.style.CYAN = "\033[36m" | 
         
       
   | 
  
static   | 
  
 
 
◆ GREEN
  
  
      
        
          | str helper_Log.Log.style.GREEN = "\033[32m" | 
         
       
   | 
  
static   | 
  
 
 
◆ MAGENTA
  
  
      
        
          | str helper_Log.Log.style.MAGENTA = "\033[35m" | 
         
       
   | 
  
static   | 
  
 
 
◆ RED
  
  
      
        
          | str helper_Log.Log.style.RED = "\033[31m" | 
         
       
   | 
  
static   | 
  
 
 
◆ RESET
  
  
      
        
          | str helper_Log.Log.style.RESET = "\033[0m" | 
         
       
   | 
  
static   | 
  
 
 
◆ UNDERLINE
  
  
      
        
          | str helper_Log.Log.style.UNDERLINE = "\033[4m" | 
         
       
   | 
  
static   | 
  
 
 
◆ WHITE
  
  
      
        
          | str helper_Log.Log.style.WHITE = "\033[37m" | 
         
       
   | 
  
static   | 
  
 
 
◆ YELLOW
  
  
      
        
          | str helper_Log.Log.style.YELLOW = "\033[33m" | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: