Blender V4.5
CLG_LogType Struct Reference

#include <CLG_log.h>

Public Attributes

struct CLG_LogTypenext
char identifier [64]
struct CLogContextctx
int level
enum CLG_LogFlag flag

Detailed Description

Definition at line 96 of file CLG_log.h.

Member Data Documentation

◆ ctx

struct CLogContext* CLG_LogType::ctx

FILE output.

Definition at line 100 of file CLG_log.h.

Referenced by CLG_color_support_get(), clg_ctx_type_register(), CLG_log_str(), and CLG_logf().

◆ flag

enum CLG_LogFlag CLG_LogType::flag

Definition at line 103 of file CLG_log.h.

Referenced by clg_ctx_type_register().

◆ identifier

char CLG_LogType::identifier[64]

Definition at line 98 of file CLG_log.h.

Referenced by clg_ctx_type_register(), and write_type().

◆ level

int CLG_LogType::level

Control behavior.

Definition at line 102 of file CLG_log.h.

Referenced by clg_ctx_type_register().

◆ next

struct CLG_LogType* CLG_LogType::next

The documentation for this struct was generated from the following file: