UTILLib 2.0
Common C++ library with utilities.
|
Singleton that is used to configure default loggers.
#include <atomic>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
#include "ilogger.h"
#include "logmessage.h"
#include "util/stringutil.h"
Go to the source code of this file.
Classes | |
class | util::log::LogConfig |
Singleton class that is used for configure the default logger in an application. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::log |
The log namespace is used for log related classes and functions. |
Functions | |
std::string | util::log::ProgramDataPath () |