mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 18:30:25 +01:00
Update logworker.cpp (#103)
This commit is contained in:
parent
56b3f20517
commit
e0d4434428
@ -52,7 +52,7 @@ namespace g3 {
|
|||||||
std::string exiting = {"Fatal type: "};
|
std::string exiting = {"Fatal type: "};
|
||||||
|
|
||||||
uniqueMsg->write().append("). ").append(exiting).append(" ").append(reason)
|
uniqueMsg->write().append("). ").append(exiting).append(" ").append(reason)
|
||||||
.append("\nLog content flushed flushed sucessfully to sink\n\n");
|
.append("\nLog content flushed sucessfully to sink\n\n");
|
||||||
|
|
||||||
std::cerr << uniqueMsg->toString() << std::flush;
|
std::cerr << uniqueMsg->toString() << std::flush;
|
||||||
for (auto& sink : _sinks) {
|
for (auto& sink : _sinks) {
|
||||||
|
Loading…
Reference in New Issue
Block a user