Commit b3a23039 authored by gabime's avatar gabime

Renamed default factory

parent e500fa01
......@@ -19,7 +19,7 @@
namespace spdlog {
// Default logger factory- creates synchronous loggers
struct default_factory
struct create_sync
{
template<typename Sink, typename... SinkArgs>
......@@ -32,6 +32,8 @@ struct default_factory
}
};
using default_factory = create_sync;
// Create and register a logger with a templated sink type
// The logger's level, formatter and flush level will be set according the global settings.
// Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment