Blender
V3.3
|
#include <CLG_log.h>
Public Attributes | |
struct CLG_LogType * | next |
char | identifier [64] |
struct CLogContext * | ctx |
int | level |
enum CLG_LogFlag | flag |
struct CLogContext* CLG_LogType::ctx |
FILE output.
Definition at line 98 of file CLG_log.h.
Referenced by CLG_color_support_get(), clg_ctx_type_register(), CLG_log_str(), and CLG_logf().
enum CLG_LogFlag CLG_LogType::flag |
Definition at line 100 of file CLG_log.h.
Referenced by clg_ctx_type_register(), blender::gpu::debug::debug_callback(), and blender::gpu::Shader::print_log().
char CLG_LogType::identifier[64] |
Definition at line 96 of file CLG_log.h.
Referenced by clg_ctx_type_register(), and write_type().
int CLG_LogType::level |
Control behavior.
Definition at line 100 of file CLG_log.h.
Referenced by clg_ctx_type_register(), blender::gpu::debug::debug_callback(), and blender::gpu::Shader::print_log().
struct CLG_LogType* CLG_LogType::next |
Definition at line 95 of file CLG_log.h.
Referenced by CLG_ctx_free(), CLG_ctx_level_set(), clg_ctx_type_find_by_name(), and clg_ctx_type_register().