|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| void | CCL_init_logging (const char *argv0) |
| void | CCL_start_debug_logging () |
| void | CCL_logging_verbosity_set (const int verbosity) |
| void CCL_init_logging | ( | const char * | argv0 | ) |
Definition at line 8 of file logging.cpp.
References CCL_init_logging().
Referenced by CCL_init_logging(), and main().
| void CCL_logging_verbosity_set | ( | const int | verbosity | ) |
Definition at line 18 of file logging.cpp.
References CCL_logging_verbosity_set().
Referenced by arg_handle_verbosity_set(), and CCL_logging_verbosity_set().
| void CCL_start_debug_logging | ( | void | ) |
Definition at line 13 of file logging.cpp.
References CCL_start_debug_logging().
Referenced by arg_handle_debug_mode_all(), arg_handle_debug_mode_cycles(), and CCL_start_debug_logging().