| 
| static void  | setParameters (String dir, String format) | 
|   | 
| static synchronized void  | log (String message, int mode) | 
|   | 
| static synchronized void  | log (String message) | 
|   | 
| 
static void  | setLogPath (String logPath) | 
|   | 
| 
static String  | getLogPath () | 
|   | 
Helper Class for error logging. 
 
  
  
      
        
          | static synchronized void vanetsim.gui.helpers.PrivacyLogWriter.log  | 
          ( | 
          String  | 
          message,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Logs the attacker data.
- Parameters
 - 
  
  
 
 
 
  
  
      
        
          | static synchronized void vanetsim.gui.helpers.PrivacyLogWriter.log  | 
          ( | 
          String  | 
          message | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Logs the attacker data.
- Parameters
 - 
  
  
 
 
 
  
  
      
        
          | static void vanetsim.gui.helpers.PrivacyLogWriter.setParameters  | 
          ( | 
          String  | 
          dir,  | 
         
        
           | 
           | 
          String  | 
          format  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Sets the parameters for the static class.
- Parameters
 - 
  
    | dir | the directory where the error log files are located  | 
    | format | the format of the log files (txt or xml)  | 
  
   
 
 
The documentation for this class was generated from the following file:
- /Users/andreastomandl/Desktop/Vanet-Sim/Simulator/src/vanetsim/gui/helpers/PrivacyLogWriter.java