Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
file_writer.h File Reference

File writer for logging to files with optional buffering. More...

#include "../interfaces/log_writer_interface.h"
#include "../interfaces/log_formatter_interface.h"
#include "../interfaces/writer_category.h"
#include <kcenon/logger/logger_export.h>
#include <fstream>
#include <atomic>
#include <memory>
#include <mutex>
Include dependency graph for file_writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::logger::file_writer
 Core file writer for logging to files. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Detailed Description

File writer for logging to files with optional buffering.

See also
rotating_file_writer.h For size/time-based rotation

Definition in file file_writer.h.