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

Mutable version of the logger structure. More...

#include <logmod.h>

Collaboration diagram for logmod_mut_logger:
[legend]

Data Fields

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

Detailed Description

Mutable version of the logger structure.

This version allows modification of the logger properties

Field Documentation

◆ context_id

const char* logmod_mut_logger::context_id

◆ options

struct logmod_options logmod_mut_logger::options

◆ counter

const long* logmod_mut_logger::counter

◆ callback

logmod_callback logmod_mut_logger::callback

◆ user_data

void* logmod_mut_logger::user_data

◆ custom_labels

const struct logmod_label* logmod_mut_logger::custom_labels

◆ num_custom_labels

size_t logmod_mut_logger::num_custom_labels

◆ disabled

int logmod_mut_logger::disabled

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