I am using following code to redirect standard out and standard error out to Log file depending on the boolean value of a variable.
if (logToFile==true){ java