FileWriter fw = new FileWriter(f); this.out = new BufferedWriter(fw);
out.flush(); out.close();
try { this.close(); } catch (IOException ex) { }
Date d = new Date(); out.write(d.toString()); out.write('\t"); out.write(message); out.write("\r\n");