We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current fs-uae uses stdout and stderr without much consideration. I need to keep these streams clean of clutter since I use:
fs-uae
stdout
stderr
uaetrap
Here is the list of messages that should only be put into fs-uae log and not output streams:
fsemu_sdlwindow_handle_keyboard_ctrl_shortcut
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
fs-uae
usesstdout
andstderr
without much consideration. I need to keep these streams clean of clutter since I use:stdout
for logging messages from Amiga throughuaetrap
facility,stderr
for interfacing with uae debugger.Here is the list of messages that should only be put into
fs-uae
log and not output streams:The text was updated successfully, but these errors were encountered: