Declaration and implementation of template class LoggerImpl.
More...
#include "keyvalue/bridge/Bridge.h"#include "keyvalue/sys/logger/Logger.h"#include "keyvalue/sys/logger/policy/AddPrefix.h"#include "keyvalue/sys/logger/policy/ForwardToGlobalLogger.h"#include "keyvalue/sys/logger/policy/IgnoreColor.h"#include "keyvalue/sys/message/MessageImpl.h"

Go to the source code of this file.
Classes | |
| class | LoggerImpl< PrefixPolicy, ColorPolicy, SafetyPolicy > |
Abstract class which implements main methods of concrete Loggers. More... | |
Namespaces | |
| namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
| namespace | keyvalue::logger |
All logger functionalities are inside this namespace. | |
Declaration and implementation of template class LoggerImpl.
1.6.1