Blender
V3.3
|
Go to the source code of this file.
Functions | |
CCL_NAMESPACE_BEGIN 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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const float3 & | value | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const int2 & | value | ||
) |
CCL_NAMESPACE_BEGIN void util_logging_init | ( | const char * | argv0 | ) |
Definition at line 29 of file log.cpp.
References is_verbosity_set(), and void.
Referenced by CCL_init_logging(), and main().
void util_logging_start | ( | ) |
Definition at line 46 of file log.cpp.
References is_verbosity_set().
Referenced by CCL_start_debug_logging(), HdCyclesPlugin::HdCyclesPlugin(), options_parse(), and RenderGraph::SetUp().
void util_logging_verbosity_set | ( | int | verbosity | ) |
Definition at line 59 of file log.cpp.
References snprintf, and void.
Referenced by CCL_logging_verbosity_set(), HdCyclesPlugin::HdCyclesPlugin(), options_parse(), and RenderGraph::SetUp().