December 26, 201510 yr Hey guys, Is there a way to put the whole [iNFO][bOT #1][DATE] Stuff off? I need to be able to copy my logs so I can paste them into excel but because of this I first need to delete all the extra logging. Cheers, ForcaNL
December 26, 201510 yr Author Isn't there a way to make it write into a separate text file? I was counting on the fact that I would have to copy it to my excel from there manually. It's just that if I have numbers in a text file like below I would be able to just copy and paste it without editing. 243 435 35754 54365 65 643 I have been googling for a few methods but for some reason it doesn't seem to work even though I get no errors. Edit: Also to elaborate, it's for my price checker which I would run only a few times a day. So that it would overwrite the same file over and over again isn't a problem since I would have copied it to my excel by then. Edited December 26, 201510 yr by ForcaNL
December 26, 201510 yr Instead you could grab the buffer logger.getBuffer(), split each line and copy the result to the clipboard.
Create an account or sign in to comment