Pinned issues
Issues
- 2
Update fmt to 12.0.0
#3468 opened by n0F4x - 8
- 1
- 2
`mdc_formatter` fails to read MDC values due to `static thread_local context` being duplicated across TUs
#3456 opened by Cansisti - 3
Basic file logger always uses Downloads folder regardless if I give it absolute path
#3445 opened by Pixeluted - 6
How to create new loggers properly?
#3446 opened by autoantwort - 1
unsigned char* not supported for string logging
#3447 opened by terraquad - 1
When the initialize_logger function is called, a crash occurs in the function while accessing the member variable logger_map_mutex_
#3463 opened by FeiYu022 - 4
spdlog support for working with external logrotate
#3464 opened by MurkyWaters95 - 1
Feature Request: Automatically compress rotated log files exceeding size limit into tar.gz with date + logname + sequence number naming
#3454 opened by TonyTown6033 - 2
- 1
rotating_logger_mt error in spdlog-1.15.3
#3462 opened by love2014 - 2
Hopefully support u8string strings
#3460 opened by kamenomi-dev - 4
Error: `fwrite_unlocked` is unavailable on Android for vcpkg version of spdlog
#3459 opened by definability - 6
Error getting default logger
#3448 opened by jairoareyes - 2
vs2022 runtime exception
#3458 opened by sampathkumar523 - 1
Issue logging hex - preceding the colon with '0' and logging two uint64_t values prints the first value twice.
#3455 opened by gimrWay - 3
- 8
Tests failure with catch 3.9.0
#3449 opened by xvitaly - 2
Qt loggers have a hard dependency on Qt Widgets
#3453 opened by Bobini1 - 4
The static library that encapsulates spdlog cannot be output normally in the Debugging-Console of VS Code
#3452 opened by TimeEntropy - 2
Segment fault with spdlog fmt 11
#3450 opened by a32543254 - 2
Compiler warnings of memory overflow
#3443 opened by atsju - 2
Source Location not printed
#3440 opened by aelray - 6
- 1
error: #error Only Win32 target is supported!
#3439 opened by MagicianAT - 1
Error when using spdlog with Conan
#3434 opened by paulorb - 4
Disabled Backtracer performance impact
#3431 opened by Tag365 - 2
`wincolor_sink::log()` shouldn't be `final`
#3429 opened by vadz - 1
Why no security advisories have been published
#3427 opened by Hari-krishnaQcow2 - 1
Issues with linking spdlog header only against a cuda project built with MSVC
#3425 opened by edwinsolisf - 28
Daily logger is not swapped at designated time
#3407 opened by SlavaC1 - 7
- 4
daily_file_sink.h compilation error
#3417 opened by andrascii - 3
spdlog issues with CMAKE_INTERPROCEDURAL_OPTIMIZATION
#3421 opened by akallabeth - 1
- 1
spdlog::rotating_logger_mt crash on macos 11.7.10 Big Sur
#3420 opened by koftnt - 0
- 2
Compilation issue with spdlog 1.15.x and clang++ 20.1.7
#3418 opened by uweseimet - 1
Too short environment variables are allowed
#3414 opened by kfeng123 - 3
- 1
Example with C++20 module and std::source_location
#3410 opened by gwankyun - 4
Some lines in my log are truncated.
#3409 opened by fsqx - 1
Duplicate logs when dumping backtrace
#3405 opened by Falmarri - 1
How can I output SpdLog messages from both the main applicatuion and any Libs I created to the same logger/log file?
#3406 opened by htartisan - 2
all my log messages are being written to the backtrace log file, not just the backtrace ones
#3403 opened by ahmedlocalhost - 7
How can I safely replace a registered logger?
#3391 opened by meator - 1
Wiki home page was modified for some scam info.
#3396 opened by XiaoTonyLuo - 3
pattern_formatter handle_flag_ case ('@'): // source location (filename:filenumber) not work
#3395 opened by dongfangzhou1108 - 3
How to load env as default without "spdlog::cfg::load_env_levels()" in every binary?
#3392 opened by 0400H