VANET Simulator
 All Classes Functions Variables
Static Public Member Functions | List of all members
vanetsim.gui.helpers.PrivacyLogWriter Class Reference

Static Public Member Functions

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 ()
 

Detailed Description

Helper Class for error logging.

Member Function Documentation

static synchronized void vanetsim.gui.helpers.PrivacyLogWriter.log ( String  message,
int  mode 
)
inlinestatic

Logs the attacker data.

Parameters
messagedata to log
static synchronized void vanetsim.gui.helpers.PrivacyLogWriter.log ( String  message)
inlinestatic

Logs the attacker data.

Parameters
messagedata to log
static void vanetsim.gui.helpers.PrivacyLogWriter.setParameters ( String  dir,
String  format 
)
inlinestatic

Sets the parameters for the static class.

Parameters
dirthe directory where the error log files are located
formatthe format of the log files (txt or xml)

The documentation for this class was generated from the following file: