Linked list of active loggers. More...
Data Fields | |
struct CustomLogger * | next |
This is a linked list. More... | |
GNUNET_Logger | logger |
Log function. More... | |
void * | logger_cls |
Closure for logger. More... | |
Linked list of active loggers.
Definition at line 79 of file common_logging.c.
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().
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().
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().