Skip to content
New issue

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

Add initial logging functionality #39

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

R1kaB3rN
Copy link
Member

@R1kaB3rN R1kaB3rN commented Feb 21, 2024

Closes #34

Add initial logging functionality for the launcher via the ULWGL_LOG environment variable. To enable logging, simply assign the values: 1, warn or debug.

Example:

ULWGL_LOG=debug GAMEID=0 ./ulwgl-run foo.exe

NOTE: This feature is primarily intended for developers to inspect the environment variables that are set or command that is to be executed.

@R1kaB3rN R1kaB3rN merged commit ac684f4 into Open-Wine-Components:main Feb 23, 2024
3 checks passed
@R1kaB3rN R1kaB3rN deleted the debug branch March 9, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use stderr for logging
1 participant