|
Blender
V2.93
|
#include "util/util_logging.h"#include "util/util_math.h"#include "util/util_string.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| static CCL_NAMESPACE_BEGIN bool | is_verbosity_set () |
| 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) |
|
static |
Definition at line 29 of file util_logging.cpp.
Referenced by util_logging_init(), and util_logging_start().
| 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().