|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Network writer for sending logs over TCP/UDP. More...
#include "base_writer.h"#include "../interfaces/log_entry.h"#include "../interfaces/writer_category.h"#include <kcenon/logger/logger_export.h>#include <queue>#include <condition_variable>#include <atomic>#include <memory>#include <mutex>#include <cstdint>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::network_writer |
| Sends logs over network (TCP/UDP) More... | |
| struct | kcenon::logger::network_writer::connection_stats |
| Get connection statistics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Network writer for sending logs over TCP/UDP.
Definition in file network_writer.h.