c-template
thread_logger Struct Reference

#include <logger.h>

Collaboration diagram for thread_logger:

Data Fields

bool debug
 
pthread_mutex_t mutex
 
mutex_fn lock
 
mutex_fn unlock
 
log_fn log
 
log_fnf logf
 

Detailed Description

Definition at line 63 of file logger.h.

Field Documentation

◆ debug

bool thread_logger::debug

Definition at line 65 of file logger.h.

◆ lock

mutex_fn thread_logger::lock

Definition at line 67 of file logger.h.

◆ log

log_fn thread_logger::log

Definition at line 69 of file logger.h.

◆ logf

log_fnf thread_logger::logf

Definition at line 70 of file logger.h.

◆ mutex

pthread_mutex_t thread_logger::mutex

Definition at line 66 of file logger.h.

◆ unlock

mutex_fn thread_logger::unlock

Definition at line 68 of file logger.h.


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