GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
CustomLogger Struct Reference

Linked list of active loggers. More...

Collaboration diagram for CustomLogger:
[legend]

Data Fields

struct CustomLoggernext
 This is a linked list.
 
GNUNET_Logger logger
 Log function.
 
void * logger_cls
 Closure for logger.
 

Detailed Description

Linked list of active loggers.

Definition at line 79 of file common_logging.c.

Field Documentation

◆ next

struct CustomLogger* CustomLogger::next

This is a linked list.

Definition at line 84 of file common_logging.c.

Referenced by GNUNET_logger_add(), GNUNET_logger_remove(), and output_message().

◆ logger

GNUNET_Logger CustomLogger::logger

Log function.

Definition at line 89 of file common_logging.c.

Referenced by GNUNET_logger_add(), GNUNET_logger_remove(), and output_message().

◆ logger_cls

void* CustomLogger::logger_cls

Closure for logger.

Definition at line 94 of file common_logging.c.

Referenced by GNUNET_logger_add(), GNUNET_logger_remove(), and output_message().


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