This commit is contained in:
gabime 2015-12-12 20:50:36 +02:00
commit 87da9aab26
1 changed files with 1 additions and 1 deletions

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