Blender
V3.3
|
#include <gflags/gflags.h>
#include "intern/logging.h"
#include "intern/utildefines.h"
#include "libmv/logging/logging.h"
Go to the source code of this file.
Functions | |
static bool | is_verbosity_set () |
void | libmv_initLogging (const char *argv0) |
void | libmv_startDebugLogging (void) |
void | libmv_setLoggingVerbosity (int verbosity) |
|
static |
Definition at line 10 of file logging.cc.
Referenced by libmv_initLogging(), libmv_startDebugLogging(), util_logging_init(), and util_logging_start().
void libmv_initLogging | ( | const char * | argv0 | ) |
void libmv_setLoggingVerbosity | ( | int | verbosity | ) |
Definition at line 41 of file logging.cc.
References snprintf.
Referenced by arg_handle_verbosity_set().
Definition at line 31 of file logging.cc.
References is_verbosity_set().
Referenced by arg_handle_debug_mode_all().