Russ B

Results 4 comments of Russ B

Also NOTE that... I tried adding the following statement to the log configuration, after the log file sink has been added to the "main" logger... /spdlog::set_default_logger(m_mainLogger); When I do that,...

The shared pointers (m_mainLogger, m_consoleSink, m_fileSink) are all defined in a global class, that exists for the life of the program. Logging statements are issued as follows: SPDLOG_ERROR("this is an...

NOTE: This issue has been happening on a spdlog build in Windows x64. I have not yet tried it in my Linux x64 build.

I tried that. It didn't help. Russ B ________________________________ From: tt4g ***@***.***> Sent: Wednesday, January 8, 2025 4:04:18 AM To: gabime/spdlog ***@***.***> Cc: Russ B ***@***.***>; Author ***@***.***> Subject: Re:...