carb::launcher::fLaunchFlagAllowBadLog

Defined in carb/launcher/ILauncher.h

constexpr LauncherFlags carb::launcher::fLaunchFlagAllowBadLog = 0x00000200

Flag to indicate that launching the child process should not fail if either of the log files fails to open for write.

This flag is ignored if the LaunchDesc::stdoutLog and LaunchDesc::stderrLog log filenames are nullptr or empty strings. If either log file fails to open, the child process will still be launched but the default behaviour of inheriting the parent’s standard output streams will be used instead. If this flag is not used, the default behaviour is to fail the operation and not launch the child process.