Add option to redirect output to file
#918
Open
ghost wants to merge 2 commits from unknown repository
into master
pull from: unknown repository
merge into: mirror:master
mirror:withmorten/limits
mirror:master
mirror:lcs
mirror:miami
mirror:voodoufreak/miami
mirror:okias/dxt_on_ogl
mirror:GenkaOk/abs-function
mirror:asm95/lcs-scrollbar
mirror:ZLau92/highfps
mirror:NABN00B/master
mirror:erorcun/mpeg
mirror:alextwothousand/master
mirror:erorcun/master
mirror:alextwothousand/miami
mirror:Anarky/blur_cutscene
mirror:xeyopay170/master
mirror:Nanoposan69/master
mirror:IlDucci/miami
mirror:Tatsh/xdg
mirror:madebr/re3_conan_libsndfile
mirror:ZLau92/gamepad-dbg-menu
mirror:0x0000ff/master
mirror:Tatsh/macos-appsupport
Reviewers
Request review
No reviewers
Labels
Clear labels
Something isn't working
need for improvement or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
reLCS related
reVC related
Further information is requested
Issues happening in original game
This will not be worked on
Apply labels
bug
Something isn't working
documentation
need for improvement or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
fork idea
good first issue
Good for newcomers
help wanted
Extra attention is needed
help-desk
invalid
This doesn't seem right
is it bug or not?
lcs
reLCS related
linux
math
miami
reVC related
not our problem
openal
performance
question
Further information is requested
vanilla
Issues happening in original game
wontfix
This will not be worked on
No Label
bug
documentation
duplicate
enhancement
fork idea
good first issue
help wanted
help-desk
invalid
is it bug or not?
lcs
linux
math
miami
not our problem
openal
performance
question
vanilla
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Projects
Set Project
Clear projects
No project
Assignees
Assign users
Clear assignees
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
No dependencies set.
Reference: mirror/re3#918
Reference in New Issue
There is no content yet.
Delete Branch 'unknown repository'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Can be useful for mobile ports.
PS: If this is not done already, remember to flush
stdout
andstderr
on every line printed (or on a regular time basis). Otherwise, logs won't be saved if the game crashes, making troubleshooting much harder.If you flush on every line printed, this requires some discipline on the developer side (don't spam
printf()
in production as this will decrease performance).Diverting all logging calls to a function would be useful for ports.
This allows using the native android NDK logging facility: https://developer.android.com/ndk/reference/group/logging
Please move this one line below, so we can use it on WIN32.