mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Sep_24_2023-Dev
This commit is contained in:
@@ -19,7 +19,10 @@ extern const string unnamed_service;
|
||||
|
||||
LogGen::~LogGen()
|
||||
{
|
||||
if (send_log) Singleton::Consume<I_Logging>::by<LogGen>()->sendLog(log);
|
||||
try {
|
||||
if (send_log) Singleton::Consume<I_Logging>::by<LogGen>()->sendLog(log);
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
|
||||
LogGen &
|
||||
|
Reference in New Issue
Block a user