H0rn Posted June 24, 2017 Posted June 24, 2017 Is it possible to save the logger to a file? you can't go up far really :((
ProjectPact Posted June 24, 2017 Posted June 24, 2017 print all your logger stuff to a text file and save it in a folder under OSBot -> data ->NEW_FOLDER_HERE -> logs.txt
IDontEB Posted June 24, 2017 Posted June 24, 2017 If you want the entire log that the bot prints out like the stack trace you have to use a -debug portnumber and then have a socket connect to the same port and print the stream it send you to a text file. 1