|
Pottu
|
#include <fmt/base.h>#include <fmt/chrono.h>#include <fmt/color.h>#include <string>#include <iostream>#include <chrono>#include <memory>#include <vector>#include <mutex>

Go to the source code of this file.
Classes | |
| struct | pottu::ContextBase |
| Default context for printing and collecting statistics. More... | |
| class | pottu::ContextHandle |
| Handle to context used by specific class. More... | |
| class | pottu::ContextHandle::ProcessInstance |
Namespaces | |
| pottu | |
Enumerations | |
| enum | loggerlevel_e { LOGLEVEL_NONE = 0 , LOGLEVEL_DEBUG = 10 , LOGLEVEL_INFO = 20 , LOGLEVEL_WARNING = 30 , LOGLEVEL_ERROR = 40 , LOGLEVEL_CRITICAL = 50 } |