|
Blender V4.5
|
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 (const 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 ) |
Definition at line 72 of file log.cpp.
References operator<<(), int2::x, and int2::y.
| CCL_NAMESPACE_BEGIN void util_logging_init | ( | const char * | argv0 | ) |
Definition at line 30 of file log.cpp.
References util_logging_init().
Referenced by main(), and util_logging_init().
| void util_logging_start | ( | ) |
Definition at line 47 of file log.cpp.
References util_logging_start().
Referenced by options_parse(), RenderGraph::SetUp(), and util_logging_start().
| void util_logging_verbosity_set | ( | const int | verbosity | ) |
Definition at line 60 of file log.cpp.
References util_logging_verbosity_set().
Referenced by options_parse(), RenderGraph::SetUp(), RenderGraph::TearDown(), and util_logging_verbosity_set().