Concord - C Discord API library
A Discord API wrapper library written in C
logmod_logger Struct Reference

Immutable logger structure. More...

#include <logmod.h>

Collaboration diagram for logmod_logger:
[legend]

Data Fields

const char * context_id
 
const struct logmod_options options
 
const long * counter
 
const logmod_callback callback
 
void * user_data
 
const struct logmod_label *const custom_labels
 
const size_t num_custom_labels
 
const int disabled
 

Detailed Description

Immutable logger structure.

This is the public-facing version of the logger with const-qualified fields

Field Documentation

◆ context_id

const char* logmod_logger::context_id

◆ options

const struct logmod_options logmod_logger::options

◆ counter

const long* logmod_logger::counter

◆ callback

const logmod_callback logmod_logger::callback

◆ user_data

void* logmod_logger::user_data

◆ custom_labels

const struct logmod_label* const logmod_logger::custom_labels

◆ num_custom_labels

const size_t logmod_logger::num_custom_labels

◆ disabled

const int logmod_logger::disabled

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