We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea69474 commit 131a8b2Copy full SHA for 131a8b2
include/efp/logger.hpp
@@ -344,8 +344,8 @@ namespace efp {
344
345
private:
346
Spinlock _spinlock;
347
- Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _write_buffer;
348
Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _read_buffer;
+ Vcq<LogData, EFP_LOG_BUFFER_SIZE>* _write_buffer;
349
fmt::dynamic_format_arg_store<fmt::format_context> _dyn_args;
350
LogLevel _log_level = LogLevel::Info;
351
std::FILE* _output_file = stdout;
0 commit comments