-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Jitify prints logs to stdout by default because JITIFY_PRINT_LOG
is defined to 1
by default.
Lines 2817 to 2821 in 3e96bcc
#if JITIFY_PRINT_LOG | |
std::cout << include_parent << "(" << line_num | |
<< "): warning: " << include_name << ": [jitify] File not found" | |
<< std::endl; | |
#endif |
I think it really should print warnings and errors to stderr
by default, and ideally provide a way to override logs so they can be output to a file if desired.
leofang, Robadob and kmaehashi
Metadata
Metadata
Assignees
Labels
No labels