1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-05-03 05:23:51 +00:00

Update registry.h

This commit is contained in:
Gabi Melman 2015-12-12 18:44:42 +02:00
parent 0b1ab6c13a
commit 678e4046d4

View File

@ -6,7 +6,7 @@
#pragma once
// Loggers registy of unique name->logger pointer
// An attempt to create a logger with an alreasy existing name will be ignored
// An attempt to create a logger with an already existing name will be ignored
// If user requests a non existing logger, nullptr will be returned
// This class is thread safe