Added "clone()" support to loggers

This commit is contained in:
gabime
2018-08-25 17:55:31 +03:00
parent 91d8869f36
commit 5d7845c138
8 changed files with 21 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ int main(int, char *[])
// release any threads created by spdlog, and drop all loggers in the registry.
spdlog::shutdown();
}
// Exceptions will only be thrown upon failed logger or sink construction (not during logging)
// Exceptions will only be thrown upon failed logger or sink construction (not during logging)
catch (const spdlog::spdlog_ex &ex)
{
std::cout << "Log init failed: " << ex.what() << std::endl;