Dump all stdout/stderr/logging output to a file.

This commit is contained in:
Josh Matthews 2020-04-15 16:24:39 -04:00
parent eb9e794729
commit 6a73c5b23c
4 changed files with 70 additions and 30 deletions

View file

@ -119,5 +119,6 @@ protected:
// pointer as callback in Servo, and these functions need a way to get
// the Servo instance. See https://github.com/servo/servo/issues/22967
static Servo *sServo = nullptr;
static HANDLE sLogHandle = INVALID_HANDLE_VALUE;
} // namespace winrt::servo