|
Blender
V2.93
|
#include <iostream>Go to the source code of this file.
Classes | |
| class | StubStream |
| class | LogMessageVoidify |
Macros | |
| #define | LOG_SUPPRESS() (true) ? ((void)0) : LogMessageVoidify() & StubStream() |
| #define | LOG(severity) LOG_SUPPRESS() |
| #define | VLOG(severity) LOG_SUPPRESS() |
| #define | VLOG_IF(severity, condition) LOG_SUPPRESS() |
| #define | VLOG_ONCE(level, flag) |
Functions | |
| void | util_logging_init (const char *argv0) |
| void | util_logging_start () |
| void | util_logging_verbosity_set (int verbosity) |
| std::ostream & | operator<< (std::ostream &os, const int2 &value) |
| std::ostream & | operator<< (std::ostream &os, const float3 &value) |
| #define LOG | ( | severity | ) | LOG_SUPPRESS() |
Definition at line 49 of file util_logging.h.
| #define LOG_SUPPRESS | ( | ) | (true) ? ((void)0) : LogMessageVoidify() & StubStream() |
Definition at line 48 of file util_logging.h.
| #define VLOG | ( | severity | ) | LOG_SUPPRESS() |
Definition at line 50 of file util_logging.h.
| #define VLOG_IF | ( | severity, | |
| condition | |||
| ) | LOG_SUPPRESS() |
Definition at line 51 of file util_logging.h.
| #define VLOG_ONCE | ( | level, | |
| flag | |||
| ) |
Definition at line 54 of file util_logging.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const float3 & | value | ||
| ) |
Definition at line 92 of file util_logging.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const int2 & | value | ||
| ) |
Definition at line 86 of file util_logging.cpp.
| void util_logging_init | ( | const char * | argv0 | ) |
Definition at line 44 of file util_logging.cpp.
References is_verbosity_set().
Referenced by CCL_init_logging(), and main().
| void util_logging_start | ( | ) |
Definition at line 61 of file util_logging.cpp.
References is_verbosity_set().
Referenced by CCL_start_debug_logging(), main(), options_parse(), and RenderGraph::SetUp().
| void util_logging_verbosity_set | ( | int | verbosity | ) |
Definition at line 74 of file util_logging.cpp.
References snprintf.
Referenced by CCL_logging_verbosity_set(), main(), options_parse(), and RenderGraph::SetUp().