跳转至

__CFBD_Logger

#include <cfbd_log.h>

Public Attributes

Name
CFBD_LoggerOperations * ops
CFBD_NativeLoggerOperations * native_logs
cfbd_log_level_t filter_off_level
uint8_t * buffer_ptr
uint16_t buffer_sz
void * native_handle
CFBD_Bool enable_colorize

Public Attributes Documentation

variable ops

CFBD_LoggerOperations * ops;

variable native_logs

CFBD_NativeLoggerOperations * native_logs;

variable filter_off_level

cfbd_log_level_t filter_off_level;

variable buffer_ptr

uint8_t * buffer_ptr;

variable buffer_sz

uint16_t buffer_sz;

variable native_handle

void * native_handle;

variable enable_colorize

CFBD_Bool enable_colorize;

Updated on 2026-02-03 at 13:21:55 +0000