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

:

auto formatter = std::make_unique<json_formatter>();
formatter->set_options({.pretty_print = true, .include_source_location = true});
auto writer = std::make_unique<file_writer>("app.json", std::move(formatter));