This little tool will make finding logs for your emulator or device easier. Providing these logs to scriptwriters allows them to debug/fix issues with their scripts much quicker and is greatly appreciated.
- Either download the latest release from github or compile the source code yourself using your favourite .NET compiler.
- Open
Powbot.Logs.exe
and wait for the form to load. - Click
Refresh devices
.
At this point your emulators/devices should be shown in the list. If not, proceed to the help section below. - From the device list, click on the device for which you'd like to view the logs
- Click
Refresh
or toggleAuto refresh
to start seeing logs. - Click
Copy
to copy logs to your clipboard.
Enabling Auto scroll is highly recommended as it makes the logs scroll to the newest line.
- Edit the
blacklisted_lines.ini
file by inserting a new line for each phrase that you would like to ignore.
Regex can be used to match multiple lines with changing formats. - Restart
Powbot.Logs.exe
to reflect the changes.
Logs will not be lost - they will be displayed again once you reconnect
Logs in the emulator will stay in memory until you press the Clear buffer
button. If your logs are huge, pressing this button will clear the logs in the emulator.