|
Blender V5.0
|
#include <CLG_log.h>
Public Attributes | |
| struct CLG_LogType * | next |
| char | identifier [64] |
| struct CLogContext * | ctx |
| CLG_Level | level |
| struct CLogContext* CLG_LogType::ctx |
FILE output.
Definition at line 73 of file CLG_log.h.
Referenced by CLG_color_support_get(), clg_ctx_type_register(), CLG_log_raw(), CLG_log_str(), and CLG_logf().
| char CLG_LogType::identifier[64] |
Definition at line 71 of file CLG_log.h.
Referenced by clg_ctx_type_register(), and write_type().
| CLG_Level CLG_LogType::level |
| struct CLG_LogType* CLG_LogType::next |
Definition at line 70 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().