|
Xande, n�o sei se � isso que procura mas, o c�digo
abaixo gerta um arquivo txt com a mensagem... vai apendando a cada nova
escrita.... espero que ajude.....
public static void writeLog(String message)
{
try { FileWriter fw = new FileWriter("logName.txt", true); fw.write(message + " /n"); fw.close(); } catch(Exception e) { e.printStackTrace(); } }
|
- [java-list] Arquivo texto XandeSueiro
- Re: [java-list] Arquivo texto Roberto Hideki
- [java-list] Arquivo texto XandeSueiro
- Re: [java-list] Arquivo texto F�bio Ramon
- RES: [java-list] Arquivo texto Plinio Rezende de Jesus
- Re: [java-list] Arquivo texto jane
- Re: [java-list] Arquivo texto Roberto Hideki
- Re: [java-list] Arquivo texto Rui Fernando Hayashi
- RE: [java-list] Arquivo texto Rodrigo Malara
- Re: [java-list] Arquivo texto Luizhceleguim
- [java-list] :: DICA DE SITE Fernando Duarte
- Re: [java-list] Arquivo texto Luizhceleguim
- Re: [java-list] Arquivo texto Fbio Pereira
